Skip to content

Commit 46876d2

Browse files
authored
Merge pull request #90 from shriyakalakata/docs-links
Updated links to change 'users/project/' to 'project/'
2 parents 99ea004 + 2387880 commit 46876d2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/_templates/landing_footer.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ <h1>Matplotlib</h1>
4040
<li><a href="https://blog.scientific-python.org/tags/matplotlib/">Matplotblog</a></li>
4141
<li>
4242
<a
43-
href="https://matplotlib.org/stable/users/project/code_of_conduct.html"
43+
href="https://matplotlib.org/stable/project/code_of_conduct.html"
4444
>Code of Conduct</a>
4545
</li>
4646
<li>
47-
<a href="https://matplotlib.org/stable/users/project/license.html"
48-
>License</a>
47+
<a href="https://matplotlib.org/stable/project/license.html">License</a>
4948
</li>
5049
<li>
5150
<a href="https://matplotlib.org/governance/">Governance</a>

docs/body.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,15 +419,15 @@ <h4>Cite</h4>
419419
<p>
420420
Matplotlib is the result of development efforts by John Hunter
421421
(1968&ndash;2012) and the project's
422-
<a href="https://matplotlib.org/stable/users/project/credits.html"
422+
<a href="https://matplotlib.org/stable/project/credits.html"
423423
>many contributors</a>.
424424
</p>
425425
<p>
426426
If Matplotlib contributes to a project that leads to a scientific
427427
publication, please acknowledge this work by citing the project!
428428
</p>
429429
<a
430-
href="https://matplotlib.org/stable/users/project/citing.html"
430+
href="https://matplotlib.org/stable/project/citing.html"
431431
class="link--offsite"
432432
>Ready made citation</a>
433433
</li>

0 commit comments

Comments
 (0)