summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/build/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build/conf.py b/docs/build/conf.py
index e3f7de7..5ec96c1 100644
--- a/docs/build/conf.py
+++ b/docs/build/conf.py
@@ -34,7 +34,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'changelog']
changelog_sections = ["feature", "bug"]
changelog_render_ticket = "https://bitbucket.org/zzzeek/dogpile.core/issue/%s"
-changelog_render_pullreq = "https://bitbucket.org/zzzeek/dogpile.core/pullrequest/%s"
+changelog_render_pullreq = "https://bitbucket.org/zzzeek/dogpile.core/pull-request/%s"
changelog_render_changeset = "https://bitbucket.org/zzzeek/dogpile.core/changeset/%s"
# Add any paths that contain templates here, relative to this directory.