taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 153678886dbddbb66ff88168352243bd0041671f
parent 94e54c42c69d1a4a1bdb42a6a508c9efc0d10da1
Author: Stefan Kügel <skuegel@web.de>
Date:   Tue, 21 Nov 2023 15:28:42 +0100

Rectifing two links to documents from docs.taler.net

Signed-off-by: Stefan Kügel <skuegel@web.de>

Diffstat:
Mtemplate/docs.html.j2 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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>