Skip to content

Commit 8b5aa98

Browse files
authored
PEP 628: Fix 'Pi is [(still)] wrong' links (#4487)
1 parent 89e3a44 commit 8b5aa98

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

peps/pep-0628.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The idea in this PEP has been implemented in the auspiciously named
3030
`issue 12345`_.
3131

3232
.. _accepted: https://bugs.python.org/issue12345#msg272287
33-
.. _issue 12345: http://bugs.python.org/issue12345
33+
.. _issue 12345: https://bugs.python.org/issue12345
3434

3535

3636
The Rationale for Tau
@@ -65,12 +65,12 @@ may be of interest:
6565
highlighting the problems with ``pi`` has `a page of resources`_ on the
6666
topic
6767
* For those that prefer videos to written text, `Pi is wrong!`_ and
68-
`Pi is (still) wrong`_ are available on YouTube
68+
`Pi is (still) wrong`_ are available.
6969

70-
.. _Tau Manifesto: http://tauday.com/
71-
.. _Pi is (still) wrong: http://www.youtube.com/watch?v=jG7vhMMXagQ
72-
.. _Pi is wrong!: http://www.youtube.com/watch?v=IF1zcRoOVN0
73-
.. _a page of resources: http://www.math.utah.edu/~palais/pi.html
70+
.. _Tau Manifesto: https://tauday.com/
71+
.. _Pi is (still) wrong: https://vimeo.com/147792667
72+
.. _Pi is wrong!: https://www.youtube.com/watch?v=PIhNNnW1tUo
73+
.. _a page of resources: https://www.math.utah.edu/~palais/pi.html
7474

7575

7676
Copyright

0 commit comments

Comments
 (0)