taler-docs

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

commit b611f3d106985566c854efcfcfc742e02d71064b
parent 164ad4f4367a23c9cdf77e7f39524ba41d1bf1ee
Author: MS <ms@taler.net>
Date:   Mon,  5 Dec 2022 13:55:11 +0100

fix link

Diffstat:
Mlibeufin/api-sandbox.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst @@ -45,7 +45,7 @@ this API does never involve the Sandbox. EBICS. ^^^^^^ -Except of the main EBICS server located at /ebicsweb, all +Except of the main EBICS handler located at /ebicsweb, all the EBICS calls have to authenticate the 'admin' user via the HTTP basic auth scheme. @@ -227,7 +227,7 @@ Bank accounts. The access to a particular bank account is granted either to the owner or to admin, via the HTTP basic auth scheme. A 'owner' is a registered customer, who is identified by a username. The -registration of customers is offered via the :doc:`Access API /core/api-bank-access`. +registration of customers is offered via the :doc:`/core/api-bank-access`. .. note::