commit 038350c7050c7fbf650e5d3683f6ac619b662a5d parent cf757c13c3727bcbc7abb72c0d25ce6303152f20 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 22 Apr 2025 16:45:58 +0200 fix link Diffstat:
| M | template/docs.html.j2 | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/template/docs.html.j2 b/template/docs.html.j2 @@ -41,7 +41,7 @@ </div> <div class="col-lg-4 mb-4"> - <a href="https://{{ siteconf['docshost'] }}/taler-merchant-api-tutorial.html" target="_blank" rel="noopener noreferrer"> + <a href="https://tutorials.taler.net/developer-guide/merchant-api/merchant-api-index" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/icon-market.svg') }}" height=60> <h3>{{ _("Merchant API Tutorial") }}</h3> </a>