diff options
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 605af5a..6e1f64e 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -34,12 +34,11 @@ extensions = ['sphinx.ext.autodoc','sphinx.ext.intersphinx', 'changelog', 'sphinx_paramlinks', 'builder.builders'] -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. |