aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r--doc/build/conf.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 5197ea0..787d059 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -33,12 +33,11 @@ import mako
extensions = ['sphinx.ext.autodoc',
'changelog', 'sphinx_paramlinks', 'zzzeeksphinx']
-changelog_render_ticket = "https://bitbucket.org/zzzeek/mako/issue/%s/"
+changelog_render_ticket = "https://github.com/sqlalchemy/mako/issues/%s"
changelog_render_pullreq = {
- "bitbucket": "https://bitbucket.org/zzzeek/mako/pull-request/%s",
- "default": "https://bitbucket.org/zzzeek/mako/pull-request/%s",
- "github": "https://github.com/zzzeek/mako/pull/%s",
+ "default": "https://github.com/sqlalchemy/mako/pull/%s",
+ "github": "https://github.com/sqlalchemy/mako/pull/%s",
}
# Add any paths that contain templates here, relative to this directory.