Skip to content

Commit 7711bf5

Browse files
authored
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. Closes gh-465
1 parent 333228f commit 7711bf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/jquery/header.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
</li>
7777
<li class="dropdown"><a href="https://openjsf.org/">OpenJS Foundation</a>
7878
<ul>
79-
<li><a href="https://openjsf.org/about/join/">Join</a></li>
80-
<li><a href="https://openjsf.org/about/members/">Members</a></li>
79+
<li><a href="https://openjsf.org/join">Join</a></li>
80+
<li><a href="https://openjsf.org/members">Members</a></li>
8181
<li><a href="https://jquery.com/team">jQuery Team</a></li>
82-
<li><a href="https://openjsf.org/about/governance/">Governance</a></li>
82+
<li><a href="https://openjsf.org/governance">Governance</a></li>
8383
<li><a href="https://code-of-conduct.openjsf.org/">Conduct</a></li>
84-
<li><a href="https://openjsf.org/about/project-funding-opportunities/">Donate</a></li>
84+
<li><a href="https://openjsf.org/projects">Projects</a></li>
8585
</ul>
8686
</li>
8787
</ul>

0 commit comments

Comments
 (0)