Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b01eae

Browse files
committed
DOC: Fix some old/dead links.
1 parent 8d8e1d3 commit 6b01eae

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/devel/MEP/MEP14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ number of other projects:
8181
.. _pango: https://www.pango.org/
8282
.. _harfbuzz: https://www.freedesktop.org/wiki/Software/HarfBuzz/
8383
.. _QtTextLayout: https://doc.qt.io/archives/qt-4.8/qtextlayout.html
84-
.. _Microsoft DirectWrite: https://msdn.microsoft.com/en-us/library/windows/desktop/dd371554(v=vs.85).aspx
84+
.. _Microsoft DirectWrite: https://docs.microsoft.com/en-ca/windows/win32/directwrite/introducing-directwrite
8585
.. _Apple Core Text: https://developer.apple.com/library/content/documentation/StringsTextFonts/Conceptual/CoreText_Programming/Overview/Overview.html
8686

8787
Of the above options, it should be noted that harfbuzz_ is designed

doc/devel/gitwash/git_links.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.. _github help: https://help.github.com
1515
.. _msysgit: https://git-scm.com/download/win
1616
.. _git-osx-installer: https://git-scm.com/download/mac
17-
.. _subversion: http://subversion.tigris.org/
17+
.. _subversion: https://subversion.apache.org/
1818
.. _git cheat sheet: https://help.github.com/git-cheat-sheets/
1919
.. _pro git book: https://git-scm.com/book/en/v2
2020
.. _git svn crash course: https://git-scm.com/course/svn.html

doc/resources/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Applications
2727

2828
* `Ten Simple Rules for Better Figures
29-
<http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003833>`_
29+
<https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003833>`_
3030
by Nicolas P. Rougier, Michael Droettboom and Philip E. Bourne
3131

3232
* `Learning Scientific Programming with Python chapter 7

examples/mplot3d/lorenz_attractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Flow"`_ in a 3-dimensional space using mplot3d.
88
99
.. _"Deterministic Nonperiodic Flow":
10-
http://journals.ametsoc.org/doi/abs/10.1175/1520-0469%281963%29020%3C0130%3ADNF%3E2.0.CO%3B2
10+
https://journals.ametsoc.org/jas/article/20/2/130/16956/Deterministic-Nonperiodic-Flow
1111
1212
.. note::
1313
Because this is a simple non-linear ODE, it would be more easily done using

0 commit comments

Comments
 (0)