refactors paths:

-- "/currency" --> "/network"
-- "/participate" --> "/contribute"
-- does NOT refactor corresponding yaml keys
This commit is contained in:
Chuck Williams 2017-02-02 23:16:53 -07:00
parent 2252470ba9
commit e3fe661f8d
8 changed files with 10 additions and 10 deletions

View file

@ -185,7 +185,7 @@ description: pages.evolution.description
{% tmd pages.evolution.prototype-text %}
<a href="{{ basenav }}/currency" class="btn-blue">{% t pages.evolution.prototype-btn %}</a>
<a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.prototype-btn %}</a>
</div>
<div class="col-sm-6 home-network-graphic-live">
<img src="/assets/img/evolution/evo_prototype.png" alt="{% t pages.update.research-heading %}">
@ -226,8 +226,8 @@ description: pages.evolution.description
{% tmd pages.evolution.merchants-text %}
<a href="{{ basenav }}/currency" class="btn-blue">{% t pages.evolution.merchants-btn %}</a>
<a href="{{ basenav }}/currency" class="btn-blue">{% t pages.evolution.merchants-plugin-btn %}</a>
<a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.merchants-btn %}</a>
<a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.merchants-plugin-btn %}</a>
</div>
<div class="col-sm-6 home-network-graphic-live">
<img src="/assets/img/evolution/merchants.png" alt="{% t pages.evolution.merchants-heading %}">