@@ -54,7 +54,7 @@ The wheel-building repository:
5454* does a fresh build of any required C / C++ libraries;
5555* builds a scipy wheel, linking against these fresh builds;
5656* processes the wheel using delocate _ (OSX) or auditwheel _ ``repair ``
57-   (Manylinux1 _ ).  ``delocate `` and ``auditwheel `` copy the required dynamic
57+   (manylinux _ ).  ``delocate `` and ``auditwheel `` copy the required dynamic
5858  libraries into the wheel and relinks the extension modules against the
5959  copied libraries;
6060* uploads the built wheels to a Anaconda Cloud container - see "Using the
@@ -63,7 +63,7 @@ The wheel-building repository:
6363
6464The resulting wheels are therefore self-contained and do not need any external
6565dynamic libraries apart from those provided as standard by OSX / Linux as
66- defined by the manylinux1 standard .
66+ defined by the manylinux standards .
6767
6868Both Appveyor and Travis CI are using secret/encrypted keys to provide
6969Anaconda Cloud upload credentials for merged PRs and weekly builds. The keys
@@ -126,7 +126,7 @@ and then upload them manually to pypi, or by using twine_.
126126
127127Of course, you will need permissions to upload to PyPI, for this to work.
128128
129- .. _ manylinux1 : https://www.python.org/dev/peps/pep-0513  
129+ .. _ manylinux : https://www.python.org/dev/peps/pep-0600  
130130.. _twine : https://pypi.python.org/pypi/twine 
131131.. _delocate : https://pypi.python.org/pypi/delocate 
132132.. _auditwheel : https://pypi.python.org/pypi/auditwheel 
0 commit comments