summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-21 22:16:55 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-21 22:16:55 +0100
commitf92f509eae041d2ec5c719af1e67a4087f634b4e (patch)
treea22682f16e9205ff2ade49fe382d6ab31c2c9683
parent412f4880d4705d1deaeee17984efb5f76909df58 (diff)
downloadlanding-f92f509eae041d2ec5c719af1e67a4087f634b4e.tar.gz
landing-f92f509eae041d2ec5c719af1e67a4087f634b4e.tar.bz2
landing-f92f509eae041d2ec5c719af1e67a4087f634b4e.zip
use relative urls to make env.taler.net work
-rw-r--r--index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index 5fe9554..d321879 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,7 @@
<body>
<header>
- <a href="/" id="logo">
+ <a href="." id="logo">
<img src="static/web-common/logo-2015-medium.png" width="100" height="100" alt="Logo">
</a>
<!--#include virtual="static/web-common/dropdown-navbar.html"-->
@@ -82,12 +82,12 @@
We have two demo merchants where you can spend your coins:
<ul>
<li>
- The <a href="/shop">essay store</a>, where you can pay KUDOS for
+ The <a href="shop">essay store</a>, where you can pay KUDOS for
individual chapters of Richard Stallman's book "Free Software, Free
Society", which is also available for free at <a href="http://www.fsf.org/">the FSF</a>.
</li>
<li>
- The <a href="/donations">project donation Web site</a>, where
+ The <a href="donations">project donation Web site</a>, where
you can show respect to a software project of your choice
by giving them KUDOS.
</li>
@@ -99,11 +99,11 @@
sold articles using taler.
<ul>
<li>
- The <a href="/block/track">back office Web site</a>
+ The <a href="block/track">back office Web site</a>
allows you to track the transactions of the merchant.
</li>
<li>
- The <a href="/bank/public-accounts">public accounts page</a> at the bank
+ The <a href="bank/public-accounts">public accounts page</a> at the bank
allow you to observe transactions of certain bank accounts, including
those of the shops, from the perspective of the bank.
</li>