summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-15 22:00:36 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-15 22:00:36 +0200
commitf761f3632785807fb6154e94dd6c5dee47b6a6a3 (patch)
treef7c4828485c10a948d38075147904242e81188fd
parenta43b8e5f56b3f2cfa614265f26f4d345ffc087d8 (diff)
downloaddocs-f761f3632785807fb6154e94dd6c5dee47b6a6a3.tar.gz
docs-f761f3632785807fb6154e94dd6c5dee47b6a6a3.tar.bz2
docs-f761f3632785807fb6154e94dd6c5dee47b6a6a3.zip
fix link
-rw-r--r--api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index 42fb830e..dea931e4 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -239,8 +239,8 @@ The following API are made available by the merchant's `backend` to the merchant
The exchange previously claimed that a deposit was not included in a wire transfer, and now claims that it is. This means that the exchange is dishonest. The response contains the cryptographic proof that the exchange is misbehaving in the form of a `TransactionConflictProof`_.
**Details:**
- .. _tsref-type-TransactionConflictProof:
.. _TransactionConflictProof:
+ .. _tsref-type-TransactionConflictProof:
.. code-block:: tsref
interface TransactionConflictProof {
@@ -288,7 +288,7 @@ The following API are made available by the merchant's `backend` to the merchant
:status 404 Not Found: The transaction is unknown to the backend.
:status 409 Conflict: The exchange provided conflicting information about the transfer.
- The response body contains the :ref:`TrackTransferConflictDetails`.
+ The response body contains the `TrackTransferConflictDetails`_.
**Details:**