commit 22d51928bdf40e366417c35d1026af8b31e0307e parent 6337a96ae9a7ad0816a570fcb359af5927ddaa96 Author: Christian Grothoff <grothoff@gnunet.org> Date: Sat, 31 May 2025 11:41:24 +0200 fix link (#10054) 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 @@ -42,7 +42,7 @@ </div> <div class="col-lg-4 mb-4"> - <a href="https://tutorials.taler.net/developer-guide/merchant-api/merchant-api-index" target="_blank" rel="noopener noreferrer"> + <a href="https://tutorials.taler.net/dev/merchant-api/index" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/icon-market.svg') }}" height=60> <h3>{{ _("Merchant API Tutorial") }}</h3> </a>