Fix redirected links

This commit is contained in:
Saivann 2014-08-22 00:49:36 -04:00
parent 2ead9b9c9f
commit 5cf4029368
4 changed files with 6 additions and 6 deletions

View file

@ -168,7 +168,7 @@ id: community
<div> <div>
<h3><img src="/img/flags/PL.png">Poland</h3> <h3><img src="/img/flags/PL.png">Poland</h3>
<p> <p>
<a href="http://bitcoin.org.pl/">Polish Bitcoin Association</a> <a href="http://www.bitcoin.org.pl/">Polish Bitcoin Association</a>
</p> </p>
</div> </div>
<div> <div>
@ -188,7 +188,7 @@ id: community
<div> <div>
<h3><img src="/img/flags/SI.png">Slovenia</h3> <h3><img src="/img/flags/SI.png">Slovenia</h3>
<p> <p>
<a href="http://www.bitcoin.si/">Bitcoin Društvo Slovenije</a> <a href="http://bitcoin.si/">Bitcoin Društvo Slovenije</a>
</p> </p>
</div> </div>
<div> <div>

View file

@ -17,7 +17,7 @@ id: download
<div> <div>
<div><img src="/img/os/med_osx.png" alt="osx"> <a href="/bin/{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-osx.dmg">Mac OS X</a></div> <div><img src="/img/os/med_osx.png" alt="osx"> <a href="/bin/{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-osx.dmg">Mac OS X</a></div>
<div><img src="/img/os/med_linux.png" alt="linux"> <a href="/bin/{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-linux.tar.gz">Linux (tgz)</a></div> <div><img src="/img/os/med_linux.png" alt="linux"> <a href="/bin/{{site.DOWNLOAD_VERSION}}/bitcoin-{{site.DOWNLOAD_VERSION}}-linux.tar.gz">Linux (tgz)</a></div>
<div><img src="/img/os/med_ubuntu.svg" alt="ubuntu"> <a href="https://launchpad.net/~bitcoin/+archive/bitcoin">Ubuntu (PPA)</a></div> <div><img src="/img/os/med_ubuntu.svg" alt="ubuntu"> <a href="https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin">Ubuntu (PPA)</a></div>
</div> </div>
<p> <p>
<a href="/bin/{{site.DOWNLOAD_VERSION}}/SHA256SUMS.asc">{% translate downloadsig %}</a><br> <a href="/bin/{{site.DOWNLOAD_VERSION}}/SHA256SUMS.asc">{% translate downloadsig %}</a><br>
@ -53,7 +53,7 @@ case 'linux':
break; break;
case 'ubuntu': case 'ubuntu':
but.getElementsByTagName('IMG')[0].src='/img/but_ubuntu.svg'; but.getElementsByTagName('IMG')[0].src='/img/but_ubuntu.svg';
but.href='https://launchpad.net/~bitcoin/+archive/bitcoin'; but.href='https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin';
break; break;
case 'mac': case 'mac':
but.getElementsByTagName('IMG')[0].src='/img/but_mac.svg'; but.getElementsByTagName('IMG')[0].src='/img/but_mac.svg';

View file

@ -16,7 +16,7 @@ id: support-bitcoin
<h2><img class="titleicon" src="/img/ico_translate.svg" alt="Icon" />{% translate translate %}</h2> <h2><img class="titleicon" src="/img/ico_translate.svg" alt="Icon" />{% translate translate %}</h2>
<p>{% translate translatetxt %}</p> <p>{% translate translatetxt %}</p>
<p><a href="https://www.transifex.com/projects/p/bitcoin/">Bitcoin Core</a> - <a href="https://www.transifex.com/projects/p/bitcoinorg/">Bitcoin.org</a> - <a href="https://en.bitcoin.it/wiki/Bitcoin.it_Wiki">Bitcoin Wiki</a> - <a href="https://www.transifex.com/projects/p/bitcoin-wallet/">Bitcoin Wallet (Android)</a> - <a href="http://translate.multibit.org/">MultiBit</a> - <a href="http://crowdin.net/project/electrum">Electrum</a> - <a href="https://github.com/hivewallet/hive-osx/wiki/I18n-guide">Hive</a></p> <p><a href="https://www.transifex.com/projects/p/bitcoin/">Bitcoin Core</a> - <a href="https://www.transifex.com/projects/p/bitcoinorg/">Bitcoin.org</a> - <a href="https://en.bitcoin.it/wiki/Bitcoin.it_Wiki">Bitcoin Wiki</a> - <a href="https://www.transifex.com/projects/p/bitcoin-wallet/">Bitcoin Wallet (Android)</a> - <a href="http://translate.multibit.org/">MultiBit</a> - <a href="https://crowdin.com/project/electrum">Electrum</a> - <a href="https://github.com/hivewallet/hive-osx/wiki/I18n-guide">Hive</a></p>
<h2><img class="titleicon" src="/img/ico_conf.svg" alt="Icon" />{% translate develop %}</h2> <h2><img class="titleicon" src="/img/ico_conf.svg" alt="Icon" />{% translate develop %}</h2>
<p>{% translate developtxt %}</p> <p>{% translate developtxt %}</p>

View file

@ -53,7 +53,7 @@ dialogs:
<div> <div>
<p>Communicate with the <a href="https://bitcoinfoundation.org/contact">Bitcoin Foundation</a> or local <a href="/en/community#non-profit">non-profit</a> organizations.</p> <p>Communicate with the <a href="https://bitcoinfoundation.org/contact/">Bitcoin Foundation</a> or local <a href="/en/community#non-profit">non-profit</a> organizations.</p>
<p>Find more potential press contacts at the independent <a href="https://bitcoinpresscenter.org">bitcoinpresscenter.org</a>.</p> <p>Find more potential press contacts at the independent <a href="https://bitcoinpresscenter.org">bitcoinpresscenter.org</a>.</p>