mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 06:46:10 +00:00
config - make all forum links relative
This commit is contained in:
parent
f3106e9356
commit
d125dd1c47
5 changed files with 6 additions and 6 deletions
|
@ -770,7 +770,7 @@ pages:
|
|||
need-heading: Need some Dash?
|
||||
need-text: Signup on our forum we'll send you some Dash!
|
||||
need-btn: Sign up for Dash
|
||||
need-link: https://www.dash.org/forum
|
||||
need-link: /forum/
|
||||
need-input: Enter Your Email Address
|
||||
|
||||
merchants:
|
||||
|
|
|
@ -105,7 +105,7 @@ Automated masternode service: <a href="http://dash.org.ru/pages/mn-en.php">http:
|
|||
<p>Subreddit: <a href="http://reddit.com/r/dashpay">http://reddit.com/r/dashpay</a></p>
|
||||
<p>Telegram Group: <a href="https://telegram.me/DashDigitalCash">https://telegram.me/DashDigitalCash</a><br />
|
||||
Slack invitation link: <a href="https://digitalcash.signup.team">https://digitalcash.signup.team</a><br />
|
||||
Forum: <a href="http://dash.org/forum">http://dash.org/forum</a><br />
|
||||
Forum: <a href="http://dash.org/forum/">http://dash.org/forum/</a><br />
|
||||
Homepage: <a href="http://dash.org">http://dash.org</a></p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
|
|
|
@ -410,7 +410,7 @@ pages:
|
|||
need-heading: Precisa de um Dash?
|
||||
need-text: Inscreva-se no nosso fórum nós lhe enviaremos alguns Dash!
|
||||
need-btn: Inscreva-se no Dash Forum
|
||||
need-link: "https://www.dash.org/forum"
|
||||
need-link: "https://www.dash.org/forum/"
|
||||
need-input: Insira o seu endereço de email
|
||||
|
||||
merchants:
|
||||
|
|
|
@ -25,7 +25,7 @@ description: pages.community.description
|
|||
<div class="ctabox ctabox--gray-light-bg" data-js-ctabox>
|
||||
<div class="ctabox__inner">
|
||||
<article class="ctabox__cta" data-js-ctabox-item>
|
||||
<a href="https://www.dash.org/forum" target="_blank" class="ctabox__link">
|
||||
<a href="/forum/" target="_blank" class="ctabox__link">
|
||||
<div class="ctabox__imagewrapper">
|
||||
<img src="/assets/img/community/dashforum_logo.png" class="ctabox__image" >
|
||||
</div>
|
||||
|
|
|
@ -13,7 +13,7 @@ description: pages.contact.description
|
|||
<h3 >{% t pages.contact.social-text-heading %}</h3>
|
||||
<div class="bottom-space">{% tmd pages.contact.social-text %}</div>
|
||||
<div class="bottom-space">
|
||||
<a href="https://www.dash.org/forum" class="btn-blue-solid" target="_blank" >
|
||||
<a href="/forum/" class="btn-blue-solid" target="_blank" >
|
||||
{% t pages.contact.forum-btn %}
|
||||
</a>
|
||||
</div>
|
||||
|
@ -82,7 +82,7 @@ description: pages.contact.description
|
|||
|
||||
<div class="row">
|
||||
<div class="col-sm-3">
|
||||
<a href="https://www.dash.org/forum" target="_blank" class="ctabox__link">
|
||||
<a href="/forum/" target="_blank" class="ctabox__link">
|
||||
<div class="">
|
||||
<img src="/assets/img/community/dashforum_logo.png" class="social-image">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue