taler-docs

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

commit 8f5d7e0f89183bc36d3c64046391eece6b1ee548
parent 0308e3346eb6fdae5e5fba05164c372413e625fd
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 24 Oct 2016 17:39:20 +0200

fix link among types

Diffstat:
Mapi-exchange.rst | 1+
Mapi-merchant.rst | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/api-exchange.rst b/api-exchange.rst @@ -946,6 +946,7 @@ typically also view the balance.) The wire transfer identifier is unknown to the exchange. .. _TrackTransferResponse: + .. _tsref-type-TrackTransferResponse: .. code-block:: tsref interface TrackTransferResponse { diff --git a/api-merchant.rst b/api-merchant.rst @@ -235,7 +235,7 @@ The following API are made available by the merchant's `backend` to the merchant :status 200 OK: The wire transfer is known to the exchange, details about it follow in the body. - The body of the response is a :ref:`TrackTransactionResponse <TrackTransferResponse>`. Note that + The body of the response is a :ref:`TrackTransferResponse <TrackTransferResponse>`. Note that the similarity to the response given by the exchange for a /track/transfer is completely intended.