diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-03 02:39:32 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-03 02:39:32 -0500 |
| commit | caa614a056c83ed83abc34efbf209b65ef2fc55a (patch) | |
| tree | 86e0212c0fda2ea6387709cbae944bcc48de063f /linkify.py | |
| parent | 89bbe1de146a90bacb521ffeb6905a5f23498aa8 (diff) | |
| parent | d0a3a68d5192935730eeab840790f35af971086a (diff) | |
| download | python-setuptools-git-caa614a056c83ed83abc34efbf209b65ef2fc55a.tar.gz | |
Merge with master
--HG--
branch : feature/issue-229
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}', ) |
