From: Winfried Angele Date: Tue, 22 Aug 2017 10:08:36 +0000 (+0200) Subject: Otherwise the issues are dead links. X-Git-Tag: auth-4.1.0-rc1~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5639%2Fhead;p=thirdparty%2Fpdns.git Otherwise the issues are dead links. Maybe that's rather a Github bug because pull(s) and commit(s) works this way. But at least it is now as in /pdns/docs/conf.py --- diff --git a/pdns/dnsdistdist/docs/conf.py b/pdns/dnsdistdist/docs/conf.py index 39cfbf9e7b..f3e0bb92ff 100644 --- a/pdns/dnsdistdist/docs/conf.py +++ b/pdns/dnsdistdist/docs/conf.py @@ -80,7 +80,7 @@ todo_include_todos = False # -- Changelog Options ---------------------------------------------------- -changelog_render_ticket = "https://github.com/PowerDNS/pdns/issue/%s" +changelog_render_ticket = "https://github.com/PowerDNS/pdns/issues/%s" changelog_render_pullreq = "https://github.com/PowerDNS/pdns/pull/%s" changelog_render_changeset = "https://github.com/PowerDNS/pdns/commit/%s"