Skip to content

Commit

Permalink
Corrected website requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Aug 10, 2024
1 parent 813cb84 commit e38b514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">The ASF<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://www.apache.org/licenses/">Licenses</a></li>
<li><a href="https://www.apache.org/licenses/">License</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Donate</a></li>
<li><a href="https://www.apache.org/foundation/sponsors.html">Sponsors</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship</a></li>

This comment has been minimized.

Copy link
@ppkarwasz

ppkarwasz Aug 11, 2024

Contributor

Shouldn't this be:

                       <li><a href="https://www.apache.org/foundation/sponsors">Sponsors</a></li>

to match rule thanks?

Nit: personally I prefer apache.org instead of www.apache.org.

</ul>
</li>
</ul>
Expand Down

0 comments on commit e38b514

Please sign in to comment.