removed hardcode link

This commit is contained in:
Lee Wong 2017-04-16 12:51:20 +07:00 committed by moocowmoo
parent c8cae4abc5
commit 73c245f05c
4 changed files with 4 additions and 4 deletions

2
_i18n/en.yml Executable file → Normal file
View file

@ -416,7 +416,7 @@ pages:
docs-text: In Evolution, you will be able to connect directly with merchants to make purchases or even setup auto debits to pay for subscription services. Every merchant that integrates Dash will be searchable on the blockchain, and you will be able to rate purchases so the community can decide which vendors are providing quality products and services. docs-text: In Evolution, you will be able to connect directly with merchants to make purchases or even setup auto debits to pay for subscription services. Every merchant that integrates Dash will be searchable on the blockchain, and you will be able to rate purchases so the community can decide which vendors are providing quality products and services.
docs-btn: Learn More docs-btn: Learn More
docs-link: https://www.dash.org/forum/threads/january-2017-budget-report.12601/ docs-link: /forum/threads/january-2017-budget-report.12601/
update-heading: EVOLUTION UPDATE update-heading: EVOLUTION UPDATE
update-text: update-text:

View file

@ -15,7 +15,7 @@
<p class="hero__lead">{% t pages.404-page.hero-text %}</p> <p class="hero__lead">{% t pages.404-page.hero-text %}</p>
<div class="hero__buttons"> <div class="hero__buttons">
<a href="https://www.dash.org/forum/" class="btn-blue-solid">{% t pages.404-page.hero-forum-btn %}</a> <a href="/forum/" class="btn-blue-solid">{% t pages.404-page.hero-forum-btn %}</a>
<a href="{{ basenav }}/contribute/" class="btn-blue-solid">{% t nav.participate %}</a> <a href="{{ basenav }}/contribute/" class="btn-blue-solid">{% t nav.participate %}</a>
</div> </div>
<div class="hero__buttons"> <div class="hero__buttons">

View file

@ -15,7 +15,7 @@
<p class="hero__lead">{% t pages.community.hero-text %}</p> <p class="hero__lead">{% t pages.community.hero-text %}</p>
<div class="hero__buttons"> <div class="hero__buttons">
<a href="https://www.dash.org/forum/" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a> <a href="/forum/" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
<a href="{{ basenav }}/contribute/" class="btn-blue-solid">{% t nav.participate %}</a> <a href="{{ basenav }}/contribute/" class="btn-blue-solid">{% t nav.participate %}</a>
</div> </div>
<div class="hero__buttons"> <div class="hero__buttons">

View file

@ -20,7 +20,7 @@ description: pages.get-dash.description
<p class="section__lead bottom-space">{% t pages.get-dash.claim-subline %}</p> <p class="section__lead bottom-space">{% t pages.get-dash.claim-subline %}</p>
<div class="hero__buttons"> <div class="hero__buttons">
<a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=48693287" target="_blank" class="btn-white-solid">{% t pages.get-dash.buy-btn %}</a> <a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=48693287" target="_blank" class="btn-white-solid">{% t pages.get-dash.buy-btn %}</a>
<a href="https://www2.dash.org/merchants/" target="_blank" class="btn-white-solid">{% t pages.get-dash.spend-btn %}</a> <a href="{{ basenav }}/merchants/" class="btn-white-solid">{% t pages.get-dash.spend-btn %}</a>
<a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=48693307" target="_blank" class="btn-white-solid">{% t pages.get-dash.trade-btn %}</a> <a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=48693307" target="_blank" class="btn-white-solid">{% t pages.get-dash.trade-btn %}</a>
</div> </div>
</div> </div>