mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
removed hardcode link
This commit is contained in:
parent
c8cae4abc5
commit
73c245f05c
4 changed files with 4 additions and 4 deletions
2
_i18n/en.yml
Executable file → Normal file
2
_i18n/en.yml
Executable file → Normal 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-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-text:
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<p class="hero__lead">{% t pages.404-page.hero-text %}</p>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
<div class="hero__buttons">
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<p class="hero__lead">{% t pages.community.hero-text %}</p>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
<div class="hero__buttons">
|
||||
|
|
|
@ -20,7 +20,7 @@ description: pages.get-dash.description
|
|||
<p class="section__lead bottom-space">{% t pages.get-dash.claim-subline %}</p>
|
||||
<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://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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue