From 867538828b18cf2c567f97cbf62fe6d1d8cfb698 Mon Sep 17 00:00:00 2001 From: Winfried Angele Date: Tue, 22 Aug 2017 12:08:36 +0200 Subject: [PATCH] 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 --- pdns/dnsdistdist/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2