Skip to content

Commit 8444d20

Browse files
authored
PEP 386: Fix Sphinx reference warning (#4149)
1 parent 646ae7e commit 8444d20

File tree

1 file changed

+9
-26
lines changed

1 file changed

+9
-26
lines changed

peps/pep-0386.rst

+9-26
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
PEP: 386
22
Title: Changing the version comparison module in Distutils
3-
Version: $Revision$
4-
Last-Modified: $Date$
53
Author: Tarek Ziadé <[email protected]>
64
Status: Superseded
75
Type: Standards Track
86
Topic: Packaging
9-
Content-Type: text/x-rst
107
Created: 04-Jun-2009
118
Superseded-By: 440
129

@@ -475,34 +472,31 @@ References
475472
==========
476473

477474
.. [#distutils]
478-
http://docs.python.org/distutils
475+
https://docs.python.org/3.11/distutils/
479476
480477
.. [#setuptools]
481-
http://peak.telecommunity.com/DevCenter/setuptools
478+
https://peak.telecommunity.com/DevCenter/setuptools
482479
483480
.. [#setuptools-version]
484-
http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
481+
https://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
485482
486483
.. [#pypi]
487-
http://pypi.python.org/pypi
484+
https://pypi.org/
488485
489486
.. [#pip]
490-
http://pypi.python.org/pypi/pip
487+
https://pypi.org/project/pip/
491488
492489
.. [#ezinstall]
493-
http://peak.telecommunity.com/DevCenter/EasyInstall
490+
https://peak.telecommunity.com/DevCenter/EasyInstall
494491
495492
.. [#zc.buildout]
496-
http://pypi.python.org/pypi/zc.buildout
493+
https://pypi.org/project/zc.buildout/
497494
498495
.. [#twisted]
499-
http://twistedmatrix.com/trac/
500-
501-
.. [#requires]
502-
http://peak.telecommunity.com/DevCenter/setuptools
496+
https://twisted.org/
503497
504498
.. [#prototype]
505-
http://bitbucket.org/tarek/distutilsversion/
499+
https://web.archive.org/web/20090726093825/http://bitbucket.org/tarek/distutilsversion/
506500
507501
Acknowledgments
508502
===============
@@ -514,14 +508,3 @@ Copyright
514508
=========
515509

516510
This document has been placed in the public domain.
517-
518-
519-
520-
..
521-
Local Variables:
522-
mode: indented-text
523-
indent-tabs-mode: nil
524-
sentence-end-double-space: t
525-
fill-column: 70
526-
coding: utf-8
527-
End:

0 commit comments

Comments
 (0)