summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
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>