Skip to content

Commit 4b5e21c

Browse files
committed
jquery: Fix links to pages on the OpenJS Foundation site
1. Some of these links started redirecting to different locations; update accordingly. 2. The website titled "Donate" and having "project-funding-opportunities" in the URL now redirects to the list of projects; change the name as well. This should fix the failing spider check on api.jquery.com PRs.
1 parent 9960ace commit 4b5e21c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/jquery/header.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
</li>
7878
<li class="dropdown"><a href="https://openjsf.org/">OpenJS Foundation</a>
7979
<ul>
80-
<li><a href="https://openjsf.org/about/join/">Join</a></li>
81-
<li><a href="https://openjsf.org/about/members/">Members</a></li>
80+
<li><a href="https://openjsf.org/join">Join</a></li>
81+
<li><a href="https://openjsf.org/members">Members</a></li>
8282
<li><a href="https://jquery.com/team">jQuery Team</a></li>
83-
<li><a href="https://openjsf.org/about/governance/">Governance</a></li>
83+
<li><a href="https://openjsf.org/governance">Governance</a></li>
8484
<li><a href="https://code-of-conduct.openjsf.org/">Conduct</a></li>
85-
<li><a href="https://openjsf.org/about/project-funding-opportunities/">Donate</a></li>
85+
<li><a href="https://openjsf.org/projects">Projects</a></li>
8686
</ul>
8787
</li>
8888
</ul>

0 commit comments

Comments
 (0)