From 18330d2ca10a025e58e60cb3853b179949e85e1e Mon Sep 17 00:00:00 2001 From: Winfried Angele Date: Tue, 22 Aug 2017 12:11:28 +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/recursordist/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/conf.py b/pdns/recursordist/docs/conf.py index 1fbaa8ae8..19d0b305e 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" -- 2.40.0