Skip to content

Commit 5a7739a

Browse files
matrixisebrettcannon
authored andcommitted
Fix urls with the right redirect in the documentation (python#222)
1 parent 05cf457 commit 5a7739a

17 files changed

+46
-46
lines changed

buildbots.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ Checking results of automatic builds
2828

2929
There are three ways of visualizing recent build results:
3030

31-
* The Web interface for each branch at http://python.org/dev/buildbot/,
31+
* The Web interface for each branch at https://www.python.org/dev/buildbot/,
3232
where the so-called "waterfall" view presents a vertical rundown of recent
3333
builds for each builder. When interested in one build, you'll have to
3434
click on it to know which changesets it corresponds to. Note that
3535
the buildbot web pages are often slow to load, be patient.
3636

3737
* The command-line ``bbreport.py`` client, which you can get from
38-
http://code.google.com/p/bbreport/. Installing it is trivial: just add
38+
https://code.google.com/archive/p/bbreport. Installing it is trivial: just add
3939
the directory containing ``bbreport.py`` to your system path so that
4040
you can run it from any filesystem location. For example, if you want
4141
to display the latest build results on the development ("default") branch,

buildslave.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Required Resources
304304
------------------
305305

306306
Based on the last time we did a `survey
307-
<http://mail.python.org/pipermail/python-dev/2012-March/117978.html>`_ on
307+
<https://mail.python.org/pipermail/python-dev/2012-March/117978.html>`_ on
308308
buildbot requirements, the recommended resource allocations for a python
309309
buildbot are at least:
310310

@@ -341,7 +341,7 @@ VM setup. But if you are confident in your setup, we'd love to have a buildbot
341341
that runs python as root.
342342

343343
Note that the above is a summary of a `discussion
344-
<http://mail.python.org/pipermail/python-dev/2011-October/113935.html>`_ on
344+
<https://mail.python.org/pipermail/python-dev/2011-October/113935.html>`_ on
345345
python-dev about buildbot security that includes examples of the tests for
346346
which privilege matters. There was no final consensus, but the information is
347347
useful as a point of reference.

clang.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ downloading, building and installing the the latest Clang/LLVM combination
99

1010
This document does not cover interpreting the findings. For a discussion of
1111
interpreting results, see Marshall Clow's `Testing libc++ with
12-
-fsanitize=undefined <http://cplusplusmusings.wordpress.com/tag/clang/>`_. The
12+
-fsanitize=undefined <https://cplusplusmusings.wordpress.com/tag/clang/>`_. The
1313
blog posting is a detailed examinations of issues uncovered by Clang in
1414
``libc++``.
1515

committing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ by the CLA. They're entirely within their rights to refuse to sign the CLA
166166
on that basis, but that refusal *does* mean we **can't accept their patches**
167167
for inclusion.
168168

169-
.. _Contribution: http://www.python.org/psf/contrib/
169+
.. _Contribution: https://www.python.org/psf/contrib/
170170
.. _Contributor Licensing Agreement:
171-
http://www.python.org/psf/contrib/contrib-form/
171+
https://www.python.org/psf/contrib/contrib-form/
172172

173173

174174
What's New and NEWS Entries

communication.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,22 @@ General Python questions should go to `python-list`_ or `tutor`_
5252
or similar resources, such as StackOverflow_ or the ``#python`` IRC channel
5353
on Freenode_.
5454

55-
A complete list of Python mailing lists can be found at http://mail.python.org.
55+
A complete list of Python mailing lists can be found at https://mail.python.org.
5656
Most lists are also mirrored at http://news.gmane.org/ and can be read and
5757
posted to in various ways, including via web browsers, NNTP newsreaders, and
5858
RSS feed readers.
5959

6060
.. _issue tracker: http://bugs.python.org
61-
.. _new-bugs-announce: http://mail.python.org/mailman/listinfo/new-bugs-announce
62-
.. _python-bugs-list: http://mail.python.org/mailman/listinfo/python-bugs-list
63-
.. _python-checkins: http://mail.python.org/mailman/listinfo/python-checkins
64-
.. _python-committers: http://mail.python.org/mailman/listinfo/python-committers
65-
.. _python-dev: http://mail.python.org/mailman/listinfo/python-dev
66-
.. _python-help: http://mail.python.org/mailman/listinfo/python-help
67-
.. _python-ideas: http://mail.python.org/mailman/listinfo/python-ideas
68-
.. _python-list: http://mail.python.org/mailman/listinfo/python-list
69-
.. _tutor: http://mail.python.org/mailman/listinfo/tutor
70-
.. _StackOverflow: http://stackoverflow.com/
61+
.. _new-bugs-announce: https://mail.python.org/mailman/listinfo/new-bugs-announce
62+
.. _python-bugs-list: https://mail.python.org/mailman/listinfo/python-bugs-list
63+
.. _python-checkins: https://mail.python.org/mailman/listinfo/python-checkins
64+
.. _python-committers: https://mail.python.org/mailman/listinfo/python-committers
65+
.. _python-dev: https://mail.python.org/mailman/listinfo/python-dev
66+
.. _python-help: https://mail.python.org/mailman/listinfo/python-help
67+
.. _python-ideas: https://mail.python.org/mailman/listinfo/python-ideas
68+
.. _python-list: https://mail.python.org/mailman/listinfo/python-list
69+
.. _tutor: https://mail.python.org/mailman/listinfo/tutor
70+
.. _StackOverflow: https://stackoverflow.com/
7171
.. _Freenode: http://freenode.net/
7272

7373

@@ -87,7 +87,7 @@ Blogs
8787

8888
Several core developers are active bloggers and discuss Python's development
8989
that way. You can find their blogs (and various other developers who use Python)
90-
at http://planet.python.org/.
90+
at http://planetpython.org/.
9191

9292

9393
Standards of behaviour in these communication channels
@@ -99,4 +99,4 @@ appropriate channels are an excellent way to get started on the mutual respect
9999
part, greatly increasing the chances of receiving tolerance and encouragement
100100
in return.
101101

102-
.. _Diversity Statement: http://www.python.org/psf/diversity/
102+
.. _Diversity Statement: https://www.python.org/psf/diversity/

compiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ References
528528

529529
.. [Aho86] Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman.
530530
`Compilers: Principles, Techniques, and Tools`,
531-
http://www.amazon.com/exec/obidos/tg/detail/-/0201100886/104-0162389-6419108
531+
https://www.amazon.com/exec/obidos/tg/detail/-/0201100886/104-0162389-6419108
532532
533533
.. [Wang97] Daniel C. Wang, Andrew W. Appel, Jeff L. Korn, and Chris
534534
S. Serra. `The Zephyr Abstract Syntax Description Language.`_

coredev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ first commit so as to not forget. Also do not forget to enter your GitHub
118118
username into your details on the issue tracker.
119119

120120

121-
.. _contributor form for Python: http://www.python.org/psf/contrib/
121+
.. _contributor form for Python: https://www.python.org/psf/contrib/
122122

123123

124124

coverage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ following from your CPython clone::
210210
This will give you the most complete coverage possible for CPython's standard
211211
library.
212212

213-
.. _coverage.py: http://nedbatchelder.com/code/coverage/
213+
.. _coverage.py: http://coverage.readthedocs.io/en/latest/
214214

215215

216216
.. _coverage_by_regrtest:

developers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ or initials of the project admin who made the change or granted access. The
1414
procedure for adding or removing users is described in :ref:`altering-access`.
1515

1616
Note, when giving new commit permissions, be sure to get a contributor agreement
17-
from the committer. See http://www.python.org/psf/contrib/ for details. Commit
17+
from the committer. See https://www.python.org/psf/contrib/ for details. Commit
1818
privileges should not be given until the contributor agreement has been signed
1919
and received.
2020

@@ -425,7 +425,7 @@ Permissions History
425425

426426
- Eric S. Raymond was made a developer on 2 Jul 2000 by TGP, for general
427427
library work. His request is archived here:
428-
http://mail.python.org/pipermail/python-dev/2000-July/005314.html
428+
https://mail.python.org/pipermail/python-dev/2000-July/005314.html
429429

430430

431431
Permissions Dropped on Request

documenting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The documentation in HTML, PDF or EPUB format is generated from text files
1717
written using the :ref:`reStructuredText format <markup>` and contained in the
1818
:ref:`CPython Git repository <setup>`.
1919

20-
.. _reStructuredText: http://docutils.sf.net/rst.html
20+
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
2121

2222
.. note::
2323

0 commit comments

Comments
 (0)