taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 63120ecba7bf99db6e3be498d6b9006d9d60ccdb
parent 5d4879341ce1353cf00508428c3bff6b42aa6e42
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 24 Jul 2026 18:13:16 +0200

fix typo, git link

Diffstat:
Mfrags/configuration-format.rst | 2+-
Mtaler-exchange-manual.rst | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frags/configuration-format.rst b/frags/configuration-format.rst @@ -52,7 +52,7 @@ of ``$``-prefixable variables: $ export VAR=/x The configuration loader will give precedence to variables set under -``[path]`` over environment variables. +``[paths]`` over environment variables. The utility ``taler-config``, which gets installed along with the exchange, can be used get and set configuration values without directly editing the diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst @@ -883,7 +883,7 @@ The :ref:`Taler Wire Gateway <taler-wire-gateway-http-api>` is an API that connects the Taler exchange to the underlying core banking system. There are several implementations of wire gateways: - * `Project deploymerization <https://git.taler.net/depolymerization.git>`_ implements a wire gateway on top of Bitcoin or Ethereum + * `Project deploymerization <https://git.taler.net/taler/depolymerization/files.html>`_ implements a wire gateway on top of Bitcoin or Ethereum * The :ref:`libeufin-bank <libeufin-bank>` provides a wire gateway interface on top of a regional currency bank * The **taler-fakebank-run** command is an in-memory bank simulator with a wire gateway interface for testing