summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-24 17:39:20 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-24 17:39:20 +0200
commit8f5d7e0f89183bc36d3c64046391eece6b1ee548 (patch)
treef2a17535e1e2d0a89c09be8ece6dc4cb6fddd32c
parent0308e3346eb6fdae5e5fba05164c372413e625fd (diff)
downloaddocs-8f5d7e0f89183bc36d3c64046391eece6b1ee548.tar.gz
docs-8f5d7e0f89183bc36d3c64046391eece6b1ee548.tar.bz2
docs-8f5d7e0f89183bc36d3c64046391eece6b1ee548.zip
fix link among types
-rw-r--r--api-exchange.rst1
-rw-r--r--api-merchant.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index b9d75dd1..1e828a4d 100644
--- 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
index 967107ee..b44d52ca 100644
--- 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.