commit 12a66ec61fbdd630d4d64467b77f2317df533453
parent 74f8f319e2862ad46cded2af6feeb80256585cac
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 02:19:37 -0400
mark up ‘/transactions/’, ‘/coins/’, ‘transaction_base_url’
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -1213,9 +1213,9 @@ denomination.
// Optional base URL of the exchange for looking up wire transfers
// associated with this transaction. If not given,
// the base URL is the same as the one used for this request.
- // Can be used if the base URL for /transactions/ differs from that
- // for /coins/, i.e. for load balancing. Clients SHOULD
- // respect the transaction_base_url if provided. Any HTTP server
+ // Can be used if the base URL for ``/transactions/`` differs from that
+ // for ``/coins/``, i.e. for load balancing. Clients SHOULD
+ // respect the ``transaction_base_url`` if provided. Any HTTP server
// belonging to an exchange MUST generate a 307 or 308 redirection
// to the correct base URL should a client uses the wrong base
// URL, or if the base URL has changed since the deposit.