aboutsummaryrefslogtreecommitdiffstats
path: root/linkify.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-02 22:36:53 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-02 22:36:53 -0500
commitcf269fdecffcf8dc2f07fa1f3da383be6a336587 (patch)
tree7d97587eef0f2b246a3bb4b78734f518dadb2dcd /linkify.py
parentb76da40361a632e084ee556910fd392e679e31ef (diff)
downloadexternal_python_setuptools-cf269fdecffcf8dc2f07fa1f3da383be6a336587.tar.gz
external_python_setuptools-cf269fdecffcf8dc2f07fa1f3da383be6a336587.tar.bz2
external_python_setuptools-cf269fdecffcf8dc2f07fa1f3da383be6a336587.zip
Correct project name
Diffstat (limited to 'linkify.py')
-rw-r--r--linkify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkify.py b/linkify.py
index d845581c..e7b3ca7b 100644
--- a/linkify.py
+++ b/linkify.py
@@ -26,7 +26,7 @@ issue_urls = dict(
old_setuptools='http://bugs.python.org/setuptools/issue{old_setuptools}',
jython='http://bugs.jython.org/issue{jython}',
python='http://bugs.python.org/issue{python}',
- interop='https://github.com/pypa/interoperability/issues/{interop}',
+ interop='https://github.com/pypa/interoperability-peps/issues/{interop}',
)