From 37ea4bb8396691e3ea69ae61374e6623bf6c5ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A2ni=20Marques?= Date: Fri, 17 Jul 2026 18:27:47 +0200 Subject: [PATCH] landing(bank): fix monorepo browse/clone links Point CLI docs at git.taler.net browse + git.gnunet.org clone (old .git URL was HTTP 404 for link checks). --- configs/bank-landing/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/bank-landing/index.html b/configs/bank-landing/index.html index 3f31226..af1113d 100644 --- a/configs/bank-landing/index.html +++ b/configs/bank-landing/index.html @@ -1260,12 +1260,13 @@ tw run-until-done && tw balance

Unix / macOS · - taler-typescript-core + taler-typescript-core · mint demo-withdraw.json

# install: git + node (LTS) + build tools; then monorepo
-git clone https://git.taler.net/taler-typescript-core.git && cd taler-typescript-core && ./bootstrap && ./configure && make
+# clone: HTTPS git.gnunet.org (browse: git.taler.net/taler/taler-typescript-core)
+git clone https://git.gnunet.org/taler-typescript-core.git && cd taler-typescript-core && ./bootstrap && ./configure && make
 
 # monorepo CLI + private wallet DB (not system package / default home DB)
 alias tw='node packages/taler-wallet-cli/bin/taler-wallet-cli.mjs --wallet-db="${TMPDIR:-/tmp}/taler-wallet-goa.sqlite3" --no-throttle' && \