summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-01-19 12:09:05 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2013-01-19 12:09:05 -0500
commit70f28df1979a59b27337b14c730d7435ccb8ea43 (patch)
tree90c53318d44c882e644987ecdabed373c461ddd3
parent8059060d01597339b0fe33a440f670e194216f3f (diff)
downloaddogpile-core-70f28df1979a59b27337b14c730d7435ccb8ea43.tar.gz
fix the pullreq link
-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.