Skip to content

Commit df32f64

Browse files
authored
Merge pull request #35 from jklymak/doc-fix-ndash
MNT: link fixes and copyedits...
2 parents 47be387 + 741d1a4 commit df32f64

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/_templates/landing_footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ <h1>matplotlib</h1>
4444
>Code of Conduct</a
4545
>
4646
</li>
47-
<li><a href="">License</a></li>
47+
<li><a href="https://matplotlib.org/stable/users/project/license.html">License</a></li>
4848
<li>
4949
<a href="https://github.com/matplotlib/governance">Governance</a>
5050
</li>
51-
<li><a href="">NumFOCUS Fiscally Sponsored Project</a></li>
51+
<li><a href="https://numfocus.org/sponsored-projects">NumFOCUS Fiscally Sponsored Project</a></li>
5252
</ul>
5353

5454
<ul class="release-docs grid__release-docs">

docs/body.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1>Matplotlib: Visualization with Python</h1>
6969
<ul class="quicklinks">
7070
<li>
7171
<a
72-
href="https://matplotlib.org/devdocs/tutorials/introductory/usage.html#sphx-glr-tutorials-introductory-usage-py"
72+
href="https://matplotlib.org/stable/tutorials/introductory/usage.html#sphx-glr-tutorials-introductory-usage-py"
7373
>
7474
<img
7575
src="_static/images/getting-started.png"
@@ -80,7 +80,7 @@ <h1>Matplotlib: Visualization with Python</h1>
8080
</a>
8181
</li>
8282
<li>
83-
<a href="https://matplotlib.org/devdocs/plot_types/index.html">
83+
<a href="https://matplotlib.org/stable/plot_types/index.html">
8484
<img
8585
src="_static/images/sample-plots.png"
8686
alt="folder icon"
@@ -90,7 +90,7 @@ <h1>Matplotlib: Visualization with Python</h1>
9090
</a>
9191
</li>
9292
<li>
93-
<a href="https://matplotlib.org/devdocs/index.html">
93+
<a href="https://matplotlib.org/stable/index.html">
9494
<img
9595
src="_static/images/userguide.png"
9696
alt="documentation book icon"
@@ -110,7 +110,7 @@ <h1>Matplotlib: Visualization with Python</h1>
110110
</a>
111111
</li>
112112
<li>
113-
<a href="https://matplotlib.org/devdocs/contents.html">
113+
<a href="https://matplotlib.org/stable/contents.html">
114114
<img
115115
src="_static/images/documentation.png"
116116
alt="matplotlib logo icon"
@@ -179,10 +179,10 @@ <h3>Resources</h3>
179179
<i class="far fa-question-circle callout__icon"></i>
180180
<p>
181181
Be sure to check the
182-
<a href="https://matplotlib.org/devdocs/faq/index.html">FAQ</a>, the
183-
<a href="https://matplotlib.org/devdocs/api/index.html">API docs</a
182+
<a href="https://matplotlib.org/stable/faq/index.html">FAQ</a>, the
183+
<a href="https://matplotlib.org/stable/api/index.html">API docs</a
184184
>. The full text
185-
<a href="https://matplotlib.org/devdocs/search.html">search</a> is a
185+
<a href="https://matplotlib.org/stable/search.html">search</a> is a
186186
good way to discover the docs including the many examples.
187187
</p>
188188
</div>
@@ -426,7 +426,7 @@ <h4>Contribute</h4>
426426
<a href="https://github.com/matplotlib/matplotlib/issues"
427427
>on GitHub</a
428428
>, or improving the
429-
<a href="https://matplotlib.org/devdocs/devel/index.html"
429+
<a href="https://matplotlib.org/stable/devel/index.html"
430430
>documentation and code</a
431431
>!
432432
</p>
@@ -443,8 +443,8 @@ <h4>Contribute</h4>
443443
<h4>Cite</h4>
444444
<p>
445445
Matplotlib is the result of development efforts by John Hunter
446-
(1968&endash;2012) and the projects
447-
<a href="https://matplotlib.org/devdocs/users/credits.html"
446+
(1968&ndash;2012) and the project's
447+
<a href="https://matplotlib.org/stable/users/credits.html"
448448
>many contributors.</a
449449
>
450450
</p>
@@ -453,7 +453,7 @@ <h4>Cite</h4>
453453
publication, please acknowledge this work by citing the project!
454454
</p>
455455
<a
456-
href="https://matplotlib.org/devdocs/citing.html"
456+
href="https://matplotlib.org/stable/citing.html"
457457
class="link--offsite"
458458
>Ready made citation</a
459459
>

0 commit comments

Comments
 (0)