Skip to content

Commit

Permalink
jquery: Fix links to pages on the OpenJS Foundation site
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mgol authored Sep 14, 2024
1 parent 333228f commit 7711bf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/jquery/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
</li>
<li class="dropdown"><a href="https://openjsf.org/">OpenJS Foundation</a>
<ul>
<li><a href="https://openjsf.org/about/join/">Join</a></li>
<li><a href="https://openjsf.org/about/members/">Members</a></li>
<li><a href="https://openjsf.org/join">Join</a></li>
<li><a href="https://openjsf.org/members">Members</a></li>
<li><a href="https://jquery.com/team">jQuery Team</a></li>
<li><a href="https://openjsf.org/about/governance/">Governance</a></li>
<li><a href="https://openjsf.org/governance">Governance</a></li>
<li><a href="https://code-of-conduct.openjsf.org/">Conduct</a></li>
<li><a href="https://openjsf.org/about/project-funding-opportunities/">Donate</a></li>
<li><a href="https://openjsf.org/projects">Projects</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 7711bf5

Please sign in to comment.