From 70f28df1979a59b27337b14c730d7435ccb8ea43 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 19 Jan 2013 12:09:05 -0500 Subject: fix the pullreq link --- docs/build/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1