summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:19:37 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 02:19:37 -0400
commit12a66ec61fbdd630d4d64467b77f2317df533453 (patch)
tree7d4d8af7737b52f93654f2e0e10e75242a4cdbb1 /core/api-exchange.rst
parent74f8f319e2862ad46cded2af6feeb80256585cac (diff)
downloaddocs-12a66ec61fbdd630d4d64467b77f2317df533453.tar.gz
docs-12a66ec61fbdd630d4d64467b77f2317df533453.tar.bz2
docs-12a66ec61fbdd630d4d64467b77f2317df533453.zip
mark up ‘/transactions/’, ‘/coins/’, ‘transaction_base_url’
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 7f8f0f67..3d82e796 100644
--- 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.