summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-11-21 15:28:42 +0100
committerStefan Kügel <skuegel@web.de>2023-11-21 15:28:42 +0100
commit153678886dbddbb66ff88168352243bd0041671f (patch)
tree4b5f0e8f3fc1392f57fbe692bcd692a03f45c78a /template
parent94e54c42c69d1a4a1bdb42a6a508c9efc0d10da1 (diff)
downloadwww-153678886dbddbb66ff88168352243bd0041671f.tar.gz
www-153678886dbddbb66ff88168352243bd0041671f.tar.bz2
www-153678886dbddbb66ff88168352243bd0041671f.zip
Rectifing two links to documents from docs.taler.net
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'template')
-rw-r--r--template/docs.html.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 97a7455a..c227a248 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -53,7 +53,7 @@
</div>
<div class="col-lg-4 mb-4">
- <a href="https://{{ siteconf['docshost'] }}/taler-backoffice-manual.html" target="_blank" rel="noopener noreferrer">
+ <a href="https://{{ siteconf['docshost'] }}/core/api-merchant.html" target="_blank" rel="noopener noreferrer">
<img src="{{ url('icons/icon-backoffice.svg') }}" height=60>
<h3>{{ _("Back Office") }}</h3>
</a>
@@ -86,7 +86,7 @@
</div>
<div class="col-lg-4 mb-4">
- <a href="https://{{ siteconf['docshost'] }}/taler-bank-manual.html" target="_blank" rel="noopener noreferrer">
+ <a href="https://{{ siteconf['docshost'] }}/core/api-bank-integration.html" target="_blank" rel="noopener noreferrer">
<img src="{{ url('icons/icon-bank.svg') }}" height=60>
<h3>{{ _("Bank Integration") }}</h3>
</a>