summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-15 13:25:56 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-15 13:25:56 +0100
commit8ffba49b21b2a81dcf56f2451c858dfd878cd905 (patch)
tree5cdf3da386f37cb66f7827ed9677d1c96d15c8d5
parentbe1704041bbbef8b6e2bffb7ee456bc271f25c65 (diff)
downloadlanding-8ffba49b21b2a81dcf56f2451c858dfd878cd905.tar.gz
landing-8ffba49b21b2a81dcf56f2451c858dfd878cd905.tar.bz2
landing-8ffba49b21b2a81dcf56f2451c858dfd878cd905.zip
more url fixes
-rw-r--r--index.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html.j2 b/index.html.j2
index e550c2f..ce26219 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -99,11 +99,11 @@
sold articles using taler.
<ul>
<li>
- The <a href="block/track">back office Web site</a>
+ The <a href="{{ merchant_blog_url }}/backoffice">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_url }}/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>