diff options
author | Jan Dittberner <jandd@cacert.org> | 2021-01-02 07:38:10 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2021-01-02 07:38:10 +0100 |
commit | d5577492672ea48be71a3111df92cea8d3ca6e1f (patch) | |
tree | b46dbe9caeaee615da21ddd4344656ba87f70c83 | |
parent | 794ebcd3c32c7d794e5d9bf38b74ac62c6cd02c5 (diff) | |
download | cacert-infradocs-d5577492672ea48be71a3111df92cea8d3ca6e1f.tar.gz cacert-infradocs-d5577492672ea48be71a3111df92cea8d3ca6e1f.tar.xz cacert-infradocs-d5577492672ea48be71a3111df92cea8d3ca6e1f.zip |
Update cacertgit links to cgit paths
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 93b35d3..2f0220d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -391,7 +391,7 @@ nwdiag_html_image_format = "svg" 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 "), "monitor": ( "https://monitor.cacert.org/monitoring/host/show?host=%s", |