Merge pull request #22 from archshift/patch-2

Fix encoding in ampersand in paypal donation link
This commit is contained in:
Tony Wasserka 2015-01-30 11:19:32 +01:00
commit d8d53b2553

View File

@ -55,7 +55,7 @@
<li><a data-scroll href="#about">About</a></li>
<li><a data-scroll href="#download">Download</a></li>
<li><a href="https://github.com/citra-emu/citra">GitHub</a></li>
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K899FANUJ2ZXW">Donate</a></li>
<li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=K899FANUJ2ZXW">Donate</a></li>
</ul>
</nav>
</header>
@ -112,7 +112,7 @@
<p>Citra's source is hosted on <a href="https://github.com/citra-emu/citra">GitHub</a>, which is a platform where developers can come together on a project, submitting pull requests with code changes.</p>
<p>You probably want to check out the <a href="https://github.com/citra-emu/citra/blob/master/CONTRIBUTING.md">contributor's guide</a> and the <a href="https://github.com/citra-emu/citra/wiki/Developer-Information">developer information</a>. You can look at the <a href="https://docs.google.com/document/d/1SWIop0uBI9IW8VGg97TAtoT_CHNoP42FzYmvG1F4QDA">TODO list</a> for ideas. Qt or GPU code (make sure to talk to neobrain on IRC first) would be very appreciated at the moment.</p>
<p>You can also chat with us at #citra on <a href="https://webchat.freenode.net">freenode</a>. We'll take all the help we can get!</p>
<p>If you can't contribute any code, we also appreciate <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K899FANUJ2ZXW">donations</a> (no matter how small!), which we would use to buy systems and games to test with, or pay for infrastructure and web costs.</p>
<p>If you can't contribute any code, we also appreciate <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=K899FANUJ2ZXW">donations</a> (no matter how small!), which we would use to buy systems and games to test with, or pay for infrastructure and web costs.</p>
</div>
</div>