summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-16 00:49:04 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-16 00:49:04 +0200
commit288b78bc572874ed151532f2d40ad14f69a9dbdb (patch)
tree968d86b741662c482e2b4dbd3bff34ab9dff08a4
parent1825c484268dae9a7508865cc19a3540d86ae5e8 (diff)
downloadlanding-288b78bc572874ed151532f2d40ad14f69a9dbdb.tar.gz
landing-288b78bc572874ed151532f2d40ad14f69a9dbdb.tar.bz2
landing-288b78bc572874ed151532f2d40ad14f69a9dbdb.zip
adjust links
-rw-r--r--docs/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html
index 1bbc25f..4971ba5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -100,19 +100,19 @@
<div class="pure-g linkrow">
<div class="pure-u-1-3">
- <a href="https://docs.taler.net/api/index.html">
+ <a href="https://docs.taler.net/code/exchange/index.html">
<img src="icon-code.svg" height=60>
<h3>Code (Exchange)</h3>
</a>
- Documented source code for the exchange.
+ Documented source code (with Doxygen) for the exchange.
</div>
<div class="pure-u-1-3">
- <a href="https://docs.taler.net/api/index.html">
+ <a href="https://docs.taler.net/code/merchant/index.html">
<img src="icon-code.svg" height=60>
<h3>Code (Merchant backend)</h3>
</a>
- Documented source code for the exchange.
+ Documented source code (with Doxygen) for the merchant.
</div>
<div class="pure-u-1-3">
@@ -120,7 +120,7 @@
<img src="icon-code.svg" height=60>
<h3>Code (Wallet)</h3>
</a>
- TBD: Documented source code for the wallet.
+ TBD: Documented source code (with TypeDoc) for the wallet.
</div>
</div>