From: Winfried Angele Date: Tue, 22 Aug 2017 10:11:28 +0000 (+0200) Subject: Otherwise the issues are dead links. X-Git-Tag: auth-4.1.0-rc1~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18330d2ca10a025e58e60cb3853b179949e85e1e;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/recursordist/docs/conf.py b/pdns/recursordist/docs/conf.py index 1fbaa8ae86..19d0b305ef 100644 --- a/pdns/recursordist/docs/conf.py +++ b/pdns/recursordist/docs/conf.py @@ -88,7 +88,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"