@@ -159,7 +159,7 @@ How do I obtain a copy of the Python source?
159159--------------------------------------------
160160
161161The latest Python source distribution is always available from python.org, at
162- https://www.python.org/download /. The latest development sources can be obtained
162+ https://www.python.org/downloads /. The latest development sources can be obtained
163163via anonymous Mercurial access at https://hg.python.org/cpython.
164164
165165The source distribution is a gzipped tar file containing the complete C source,
@@ -218,7 +218,7 @@ can be found at https://www.python.org/community/lists/.
218218How do I get a beta test version of Python?
219219-------------------------------------------
220220
221- Alpha and beta releases are available from https://www.python.org/download /. All
221+ Alpha and beta releases are available from https://www.python.org/downloads /. All
222222releases are announced on the comp.lang.python and comp.lang.python.announce
223223newsgroups and on the Python home page at https://www.python.org/; an RSS feed of
224224news is available.
@@ -273,7 +273,7 @@ The Python project's infrastructure is located all over the world.
273273`www.python.org <https://www.python.org >`_ is graciously hosted by `Rackspace
274274<http://www.rackspace.com> `_, with CDN caching provided by `Fastly
275275<https://www.fastly.com> `_. `Upfront Systems
276- <http://www.upfrontsystems.co.za> `_ hosts `bugs.python.org
276+ <http://www.upfrontsystems.co.za/ > `_ hosts `bugs.python.org
277277<https://bugs.python.org> `_. Many other Python services like `the Wiki
278278<https://wiki.python.org> `_ are hosted by `Oregon State
279279University Open Source Lab <https://osuosl.org> `_.
@@ -284,7 +284,7 @@ Why is it called Python?
284284
285285When he began implementing Python, Guido van Rossum was also reading the
286286published scripts from `"Monty Python's Flying Circus"
287- <http ://en.wikipedia.org/wiki/Monty_Python> `__, a BBC comedy series from the 1970s. Van Rossum
287+ <https ://en.wikipedia.org/wiki/Monty_Python> `__, a BBC comedy series from the 1970s. Van Rossum
288288thought he needed a name that was short, unique, and slightly mysterious, so he
289289decided to call the language Python.
290290
@@ -313,7 +313,7 @@ guaranteed that interfaces will remain the same throughout a series of bugfix
313313releases.
314314
315315The latest stable releases can always be found on the `Python download page
316- <https://www.python.org/download /> `_. There are two recommended production-ready
316+ <https://www.python.org/downloads /> `_. There are two recommended production-ready
317317versions at this point in time, because at the moment there are two branches of
318318stable releases: 2.x and 3.x. Python 3.x may be less useful than 2.x, since
319319currently there is more third party software available for Python 2 than for
@@ -345,7 +345,7 @@ different companies and organizations.
345345High-profile Python projects include `the Mailman mailing list manager
346346<http://www.list.org> `_ and `the Zope application server
347347<http://www.zope.org> `_. Several Linux distributions, most notably `Red Hat
348- <http ://www.redhat.com> `_, have written part or all of their installer and
348+ <https ://www.redhat.com> `_, have written part or all of their installer and
349349system administration software in Python. Companies that use Python internally
350350include Google, Yahoo, and Lucasfilm Ltd.
351351
0 commit comments