diff options
author | Jan Dittberner <jandd@cacert.org> | 2020-12-29 14:52:55 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2020-12-29 14:52:55 +0100 |
commit | 58d100fd6d88e329f6f97304cfb90a0e524d2586 (patch) | |
tree | 74ba4ae7004f191a8863d2aa611d473d55952789 | |
parent | 14dc442cf48e9e0577f49f857a751b081e8d1b91 (diff) | |
download | cacert-codedocs-master.tar.gz cacert-codedocs-master.tar.xz cacert-codedocs-master.zip |
-rw-r--r-- | source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/conf.py b/source/conf.py index 36e5dc3..150241c 100644 --- a/source/conf.py +++ b/source/conf.py @@ -224,7 +224,7 @@ todo_include_todos = True extlinks = { 'wiki': ('https://wiki.cacert.org/%s', 'Wiki '), - 'cacertgit': ('https://git.cacert.org/gitweb/?p=%s.git', 'CAcert Git repository '), + 'cacertgit': ('https://git.cacert.org/%s.git/', 'CAcert Git repository '), 'github': ('https://github.com/CAcertOrg/%s', 'Github repository '), } |