1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

make all links work, remove swift driver

This commit is contained in:
Matthias Kretschmann 2017-06-29 16:01:33 +02:00
parent 38f8d91982
commit 087690049c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 4 additions and 6 deletions

View File

@ -35,10 +35,6 @@ community:
link: https://github.com/mgrand/bigchaindb-java-driver
icon: logo-java
- title: Swift
repo: bigchaindb-swift
icon: logo-swift
tools:
- title: Crypto-Conditions
repo: cryptoconditions

View File

@ -25,11 +25,13 @@ server:
title: "IPDB: The Public BigchainDB Network"
description: "No installation needed. Sign up and connect instantly, we handle running a BigchainDB production node for you."
button: "Get IPDB"
link: "https://developers.ipdb.io"
bdb:
pretitle: "Self-Hosted"
title: "BigchainDB Server"
description: "If you want to run your own BigchainDB instance, you can either get set up on Linux or with Docker on any system."
button: "Install BigchainDB Server"
link: "https://docs.bigchaindb.com/projects/server/en/latest/dev-and-test/setup-run-node.html"
# ----------------------------

View File

@ -173,13 +173,13 @@ conn.postTransaction(txSigned)
<span class="pretitle">{{ content.server.ipdb.pretitle }}</span>
<h2 class="choice__title">{{ content.server.ipdb.title }}</h2>
<p>{{ content.server.ipdb.description }}</p>
<a class="btn btn-primary" href="">{{ content.server.ipdb.button }}</a>
<a class="btn btn-primary" href="{{ content.server.ipdb.link }}">{{ content.server.ipdb.button }}</a>
</div>
<div class="grid__col">
<span class="pretitle">{{ content.server.bdb.pretitle }}</span>
<h2 class="choice__title">{{ content.server.bdb.title }}</h2>
<p>{{ content.server.bdb.description }}</p>
<a class="btn btn-secondary" href="">{{ content.server.bdb.button }}</a>
<a class="btn btn-secondary" href="{{ content.server.bdb.link }}">{{ content.server.bdb.button }}</a>
</div>
</div>
</div>