Skip to content

Commit fd774b2

Browse files
authored
Merge pull request #39 from nmcardoso/fix-hyperlinks
Fix some homepage broken hyperlinks
2 parents 3462553 + 9eb906e commit fd774b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/body.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ <h4>Cite</h4>
443443
<p>
444444
Matplotlib is the result of development efforts by John Hunter
445445
(1968&ndash;2012) and the project's
446-
<a href="https://matplotlib.org/stable/users/credits.html"
446+
<a href="https://matplotlib.org/stable/users/project/credits.html"
447447
>many contributors.</a
448448
>
449449
</p>
@@ -452,7 +452,7 @@ <h4>Cite</h4>
452452
publication, please acknowledge this work by citing the project!
453453
</p>
454454
<a
455-
href="https://matplotlib.org/stable/citing.html"
455+
href="https://matplotlib.org/stable/users/project/citing.html"
456456
class="link--offsite"
457457
>Ready made citation</a
458458
>

0 commit comments

Comments
 (0)