@@ -53,7 +53,7 @@ commercial use, to sell copies of Python in source or binary form (modified or
5353unmodified), or to sell products that incorporate Python in some form. We would
5454still like to know about all commercial use of Python, of course.
5555
56- See `the PSF license page <https://www .python.org/psf /license/ >`_ to find further
56+ See `the PSF license page <https://docs .python.org/3 /license/ >`_ to find further
5757explanations and a link to the full text of the license.
5858
5959The Python logo is trademarked, and in certain cases permission is required to
@@ -178,8 +178,8 @@ How do I get documentation on Python?
178178.. XXX mention py3k
179179
180180 The standard documentation for the current stable version of Python is available
181- at https://docs.python.org/. PDF, plain text, and downloadable HTML versions are
182- also available at https://docs.python.org/download.html.
181+ at https://docs.python.org/3/ . PDF, plain text, and downloadable HTML versions are
182+ also available at https://docs.python.org/3/ download.html.
183183
184184The documentation is written in reStructuredText and processed by `the Sphinx
185185documentation tool <http://sphinx-doc.org/> `__. The reStructuredText source for
@@ -200,7 +200,7 @@ Is there a newsgroup or mailing list devoted to Python?
200200-------------------------------------------------------
201201
202202There is a newsgroup, :newsgroup: `comp.lang.python `, and a mailing list,
203- `python-list <http ://mail.python.org/mailman/listinfo/python-list >`_. The
203+ `python-list <https ://mail.python.org/mailman/listinfo/python-list >`_. The
204204newsgroup and mailing list are gatewayed into each other -- if you can read news
205205it's unnecessary to subscribe to the mailing list.
206206:newsgroup: `comp.lang.python ` is high-traffic, receiving hundreds of postings
@@ -209,7 +209,7 @@ every day, and Usenet readers are often more able to cope with this volume.
209209Announcements of new software releases and events can be found in
210210comp.lang.python.announce, a low-traffic moderated list that receives about five
211211postings per day. It's available as `the python-announce mailing list
212- <http ://mail.python.org/mailman/listinfo/python-announce-list> `_.
212+ <https ://mail.python.org/mailman/listinfo/python-announce-list> `_.
213213
214214More info about other mailing lists and newsgroups
215215can be found at https://www.python.org/community/lists/.
0 commit comments