diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 22:36:53 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 22:36:53 -0500 |
commit | cf269fdecffcf8dc2f07fa1f3da383be6a336587 (patch) | |
tree | 7d97587eef0f2b246a3bb4b78734f518dadb2dcd /linkify.py | |
parent | b76da40361a632e084ee556910fd392e679e31ef (diff) | |
download | external_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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}', ) |