Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update donation URL
The page under the donate subdomain doesn't seem to be the correct place to go. Many of the links on the page lead to 404s.
  • Loading branch information
Daniel Mita committed Aug 10, 2018
1 parent 15e1980 commit 3b9c5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layouts/default.html.ep
Expand Up @@ -54,7 +54,7 @@
</nav>

<div class="container">
<p id="donation-bar">Help language development. <a href="https://donate.perlfoundation.org/">Donate to The Perl Foundation</a></p>
<p id="donation-bar">Help language development. <a href="https://www.perlfoundation.org/donate.html">Donate to The Perl Foundation</a></p>

<%= content %>
<footer>
Expand Down

0 comments on commit 3b9c5ee

Please sign in to comment.