taler-www

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

commit 75391a28e39c2536044fefe8f55e22063c76acf2
parent 14897dd5bc04bf6c71e3343ac0ca337b40159dee
Author: Florian Dold <florian@dold.me>
Date:   Fri,  1 Aug 2025 11:07:00 +0200

fix source code link

Diffstat:
Mtemplate/wallet.html.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/wallet.html.j2 b/template/wallet.html.j2 @@ -116,7 +116,7 @@ document.addEventListener('DOMContentLoaded', onLoad); <div class="col-lg-12"> {% trans %}Install the wallet for your browser below, then check out the <a href="https://demo.taler.net">demonstration</a>. - The source code is provided <a href="https://taler.net/files/wallet/" target="_blank" rel="noopener noreferrer">here</a>.{% endtrans %} + The source code is provided <a href="https://git.taler.net/taler-typescript-core.git" target="_blank" rel="noopener noreferrer">here</a>.{% endtrans %} </div> </div>