@@ -26,8 +26,9 @@ Note: if you are reading this PEP via the web, you should first grab
26
26
the text (reStructuredText) source of this PEP in order to complete
27
27
the steps below. **DO NOT USE THE HTML FILE AS YOUR TEMPLATE! **
28
28
29
- The source for this (or any) PEP can be found in the PEPs repository,
30
- viewable on the web at https://github.com/python/peps/ .
29
+ The source for this (or any) PEP can be found in the
30
+ `PEPs repository <https://github.com/python/peps/ >`_,
31
+ as well as via a link at the bottom of each PEP.
31
32
32
33
33
34
Rationale
@@ -680,27 +681,27 @@ thoroughness, please see:
680
681
681
682
* `A ReStructuredText Primer `__, a gentle introduction.
682
683
683
- __ http ://docutils.sourceforge.net /docs/rst/quickstart.html
684
+ __ https ://docutils.sourceforge.io /docs/user /rst/quickstart.html
684
685
685
686
* `Quick reStructuredText `__, a users' quick reference.
686
687
687
- __ http ://docutils.sourceforge.net /docs/rst/quickref.html
688
+ __ https ://docutils.sourceforge.io /docs/user /rst/quickref.html
688
689
689
690
* `reStructuredText Markup Specification `__, the final authority.
690
691
691
- __ http ://docutils.sourceforge.net/spec/ rst/reStructuredText .html
692
+ __ https ://docutils.sourceforge.io/docs/ref/ rst/restructuredtext .html
692
693
693
694
The processing of reStructuredText PEPs is done using Docutils _. If
694
695
you have a question or require assistance with reStructuredText or
695
696
Docutils, please `post a message `_ to the `Docutils-users mailing
696
697
list `_. The `Docutils project web site `_ has more information.
697
698
698
699
.. _Docutils :
699
- .. _Docutils project web site : http ://docutils.sourceforge.net /
700
+ .. _Docutils project web site : https ://docutils.sourceforge.io /
700
701
.. _post a message :
701
702
mailto:docutils-users@lists.sourceforge.net?subject=PEPs
702
703
.. _Docutils-users mailing list :
703
- http ://docutils.sf.net /docs/user/mailing-lists.html#docutils-users
704
+ https ://docutils.sourceforge.io /docs/user/mailing-lists.html#docutils-users
704
705
705
706
706
707
Copyright
0 commit comments