mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Added HTTPS to links that support it
Added HTTPS to links that support it
This commit is contained in:
parent
4025ac709a
commit
e29464ba07
1 changed files with 11 additions and 11 deletions
|
@ -17,10 +17,10 @@ id: community
|
|||
{% if page.lang == 'es' %}<p><a href="https://forobits.com/">Foro de Bitcoin en Español</a></p>{% endif %}
|
||||
{% if page.lang == 'pl' %}<p><a href="https://forum.bitcoin.pl/">Polski portal bitcoin.pl</a></p>{% endif %}
|
||||
{% if page.lang == 'ro' %}<p><a href="http://forum.bitcoin.ro/">Forumul comunitatii Bitcoin Romania</a></p>{% endif %}
|
||||
{% if page.lang == 'fr' %}<p><a href="http://www.cryptofr.com">Forum CryptoFR</a></p>{% endif %}
|
||||
{% if page.lang == 'fr' %}<p><a href="https://www.cryptofr.com">Forum CryptoFR</a></p>{% endif %}
|
||||
<p>{% translate bitcointalk %}</p>
|
||||
{% if page.lang == 'fr' %}<p><a href="https://www.reddit.com/r/BitcoinFrance/">Communauté Bitcoin sur Reddit</a></p>{% endif %}
|
||||
<p><a href="http://reddit.com/r/Bitcoin/">{% translate reddit %}</a></p>
|
||||
<p><a href="https://reddit.com/r/Bitcoin/">{% translate reddit %}</a></p>
|
||||
<p><a href="https://bitcoin.stackexchange.com/">{% translate stackexchange %}</a></p>
|
||||
</div><div>
|
||||
<h2 id="social"><img src="/img/icons/ico_network.svg" class="titleicon" alt="Icon">{% translate social %}</h2>
|
||||
|
@ -35,7 +35,7 @@ id: community
|
|||
<div>
|
||||
<h2 id="meetups"><img src="/img/icons/ico_multi.svg" class="titleicon" alt="Icon">{% translate meetups %}</h2>
|
||||
<p><a href="/{{ page.lang }}/{% translate events url %}">{% translate meetupevents %}</a></p>
|
||||
<p><a href="http://bitcoin.meetup.com/">{% translate meetupgroup %}</a></p>
|
||||
<p><a href="https://bitcoin.meetup.com/">{% translate meetupgroup %}</a></p>
|
||||
<p><a href="https://bitcointalk.org/index.php?board=86.0">{% translate meetupbitcointalk %}</a></p>
|
||||
<p><a href="https://en.bitcoin.it/wiki/Meetups">{% translate meetupwiki %}</a></p>
|
||||
</div><div>
|
||||
|
@ -85,7 +85,7 @@ id: community
|
|||
<div>
|
||||
<h3 id="austria"><img src="/img/flags/AT.png" alt="Austrian flag">Austria</h3>
|
||||
<p>
|
||||
<a href="http://bitcoin-austria.at/">Bitcoin Austria</a>
|
||||
<a href="https://bitcoin-austria.at/">Bitcoin Austria</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -112,13 +112,13 @@ id: community
|
|||
<div>
|
||||
<h3 id="france"><img src="/img/flags/FR.png" alt="French flag">France</h3>
|
||||
<p>
|
||||
<a href="http://bitcoin-france.org/">Bitcoin France</a>
|
||||
<a href="https://bitcoin-france.org/">Bitcoin France</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3 id="germany"><img src="/img/flags/DE.png" alt="German flag">Germany</h3>
|
||||
<p>
|
||||
<a href="http://www.bundesverband-bitcoin.de/">Bundesverband Bitcoin e.V.</a>
|
||||
<a href="https://www.bundesverband-bitcoin.de/">Bundesverband Bitcoin e.V.</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -132,7 +132,7 @@ id: community
|
|||
<div>
|
||||
<h3 id="ireland"><img src="/img/flags/IE.png" alt="Irish flag">Ireland</h3>
|
||||
<p>
|
||||
<a href="http://www.bitcoinirl.ie/">Irish Bitcoin Foundation</a>
|
||||
<a href="https://www.bitcoinirl.ie/">Irish Bitcoin Foundation</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -173,7 +173,7 @@ id: community
|
|||
<div>
|
||||
<h3 id="romania"><img src="/img/flags/RO.png" alt="Romanian flag">Romania</h3>
|
||||
<p>
|
||||
<a href="http://fundatiabitcoin.ro/">Fundatia Bitcoin Romania</a>
|
||||
<a href="https://fundatiabitcoin.ro/">Fundatia Bitcoin Romania</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -181,19 +181,19 @@ id: community
|
|||
<div>
|
||||
<h3 id="russia"><img src="/img/flags/RU.png" alt="Russian flag">Russia</h3>
|
||||
<p>
|
||||
<a href="http://ccfr.info/">Crypto Currencies Foundation Russia</a>
|
||||
<a href="https://ccfr.info/">Crypto Currencies Foundation Russia</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3 id="ukraine"><img src="/img/flags/UA.png" alt="Ukrainian flag">Ukraine</h3>
|
||||
<p>
|
||||
<a href="http://www.bitcoinua.org/">Bitcoin Foundation Ukraine</a>
|
||||
<a href="https://www.bitcoinua.org/">Bitcoin Foundation Ukraine</a>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h3 id="slovenia"><img src="/img/flags/SI.png" alt="Slovenian flag">Slovenia</h3>
|
||||
<p>
|
||||
<a href="http://bitcoin.si/">Bitcoin Društvo Slovenije</a>
|
||||
<a href="https://bitcoin.si/">Bitcoin Društvo Slovenije</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue