summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r--doc/build/conf.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index e3f36ec05..a3e0f9048 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -63,9 +63,8 @@ changelog_inner_tag_sort = ["feature", "changed", "removed", "bug", "moved"]
changelog_render_ticket = "http://www.sqlalchemy.org/trac/ticket/%s"
changelog_render_pullreq = {
- "bitbucket": "https://bitbucket.org/zzzeek/sqlalchemy/pull-request/%s",
- "default": "https://bitbucket.org/zzzeek/sqlalchemy/pull-request/%s",
- "github": "https://github.com/zzzeek/sqlalchemy/pull/%s",
+ "default": "https://github.com/sqlalchemy/sqlalchemy/pull/%s",
+ "github": "https://github.com/sqlalchemy/sqlalchemy/pull/%s",
}
changelog_render_changeset = "http://www.sqlalchemy.org/trac/changeset/%s"