aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 12:17:06 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 12:17:06 -0400
commit3b90be7bb6323eb44d0f28864509c1d47aa098de (patch)
tree1c86ff2c6f2fe692de8b7e4a7807a5871692daca /docs/conf.py
parent0f147d3f3cffda76b6be0fa3e5b396ede7f3bbf2 (diff)
downloadexternal_python_setuptools-3b90be7bb6323eb44d0f28864509c1d47aa098de.tar.gz
external_python_setuptools-3b90be7bb6323eb44d0f28864509c1d47aa098de.tar.bz2
external_python_setuptools-3b90be7bb6323eb44d0f28864509c1d47aa098de.zip
Update most bitbucket references to point to Github now. Fixes #422.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1a4da380..6570f661 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -208,11 +208,11 @@ link_files = {
replace=[
dict(
pattern=r"(Issue )?#(?P<issue>\d+)",
- url='{BB}/pypa/setuptools/issue/{issue}',
+ url='{GH}/pypa/setuptools/issues/{issue}',
),
dict(
- pattern=r"Pull Request ?#(?P<pull_request>\d+)",
- url='{BB}/pypa/setuptools/pull-request/{pull_request}',
+ pattern=r"BB Pull Request ?#(?P<bb_pull_request>\d+)",
+ url='{BB}/pypa/setuptools/pull-request/{bb_pull_request}',
),
dict(
pattern=r"Distribute #(?P<distribute>\d+)",