diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-11-26 21:26:45 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-11-26 21:26:45 -0500 |
commit | cb4abbccab0ccf8ce848454703ffc0eaf0c272c1 (patch) | |
tree | b4996917061e44de90b0a98f61e92a4b1646d857 /doc/build/conf.py | |
parent | db7de0306e365e8f4255f1db2f8bb100f038919e (diff) | |
download | external_python_mako-cb4abbccab0ccf8ce848454703ffc0eaf0c272c1.tar.gz external_python_mako-cb4abbccab0ccf8ce848454703ffc0eaf0c272c1.tar.bz2 external_python_mako-cb4abbccab0ccf8ce848454703ffc0eaf0c272c1.zip |
move to github, remove bitbucket links
Change-Id: Ia2af89ba031f2a282b795a2ea05503e766329498
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. |