improve linking to internal pages

This commit is contained in:
Matthias Kretschmann 2018-04-06 14:32:29 +02:00
parent 53ecb5f40e
commit 033c0c00bd
Signed by: m
GPG Key ID: 606EEEF3C479A91F
7 changed files with 7 additions and 24 deletions

View File

@ -13,7 +13,7 @@
<h1 class="section-title">Hands-on consulting and production support by blockchain experts.</h1>
</header>
<a class="btn btn-blue" href="/services/">
<a class="btn btn-blue" href="{% link services.html %}">
Explore Services
</a>
</div>

View File

@ -4,7 +4,7 @@
<h1 class="section-title">Get to know the BigchainDB universe</h1>
<div class="section-description">
<p>Explore drivers, tools & a lot more documentation.</p>
<a class="btn btn-primary" href="/getstarted/">Get started</a>
<a class="btn btn-primary" href="{% link developers/getstarted.html %}">Get started</a>
</div>
</header>
</div>

View File

@ -23,6 +23,6 @@
</div>
<div class="row text-center">
<a class="btn btn-secondary" href="/guides/">All chapters</a>
<a class="btn btn-secondary" href="{% link developers/guides.html %}">All chapters</a>
</div>
</section>

View File

@ -313,7 +313,7 @@ conn.postTransactionSync(txSigned)
</div>
<div class="row row--wide text-center">
<div class="docs__actions">
<a class="btn btn-primary" href="/guides/">{{ content.docs.button_guides }}</a>
<a class="btn btn-primary" href="{% link developers/guides.html %}">{{ content.docs.button_guides }}</a>
<a class="btn btn-secondary" href="https://docs.bigchaindb.com">{{ content.docs.button_documentation }}</a>
</div>
</div>

View File

@ -23,21 +23,4 @@ redirect_from:
</div>
</section>
<section class="section section--getstarted background--darker">
<div class="row row--wide">
<header class="section-header">
<h1 class="section-title">Get to know the BigchainDB universe</h1>
<div class="section-description">
<p>Explore drivers, tools & a lot more documentation.</p>
<a class="btn btn-primary" href="/getstarted/">Get started</a>
</div>
</header>
</div>
<aside class="starbase starbase--server">
<div class="row row--wide">
<figure class="starbase__image">
<img class="img--responsive" src="/assets/img/nosprite/starbase-server.svg" alt="Starbase" width="1111" height="343">
</figure>
</div>
</aside>
</section>
{% include sections/section-getstarted.html %}

View File

@ -132,7 +132,7 @@ js: page-features.min.js
<p>
<strong>Building something with BigchainDB?</strong>
<br>
<a href="/contact/">We want to hear from you.</a>
<a href="{% link contact.html %}">We want to hear from you.</a>
</p>
</div>
</div>

View File

@ -56,7 +56,7 @@ intro:
<p class="large text-center">{{ page.intro.text }}</p>
<p class="text-center">
<a class="btn btn-primary" href="/features/">{{ page.intro.button1 }}</a> <a class="btn btn-secondary" href="/getstarted/">{{ page.intro.button2 }}</a>
<a class="btn btn-primary" href="{% link features.html %}">{{ page.intro.button1 }}</a> <a class="btn btn-secondary" href="{% link developers/getstarted.html %}">{{ page.intro.button2 }}</a>
</p>
</div>
</section>