summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-02-11 19:35:30 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-02-11 19:35:30 -0500
commitb6965c9a5a00d511fb79cb027bc6a20fafecd073 (patch)
tree5bc843cbf1c6be7f16df292365de5cdb6269c066
parentdb395bbcd5c0f36c3ff2e9693b1c8c8f2708dac5 (diff)
downloaddocs-b6965c9a5a00d511fb79cb027bc6a20fafecd073.tar.gz
docs-b6965c9a5a00d511fb79cb027bc6a20fafecd073.tar.bz2
docs-b6965c9a5a00d511fb79cb027bc6a20fafecd073.zip
change markup from " to ``
-rw-r--r--taler-merchant-api-tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst
index bb8eb12d..a1fbeddf 100644
--- a/taler-merchant-api-tutorial.rst
+++ b/taler-merchant-api-tutorial.rst
@@ -406,7 +406,7 @@ Note that changing the session ID to a different device requires the
involvement of the wallet that made the payment, thus reasonably limiting the
possibility of broadly sharing the digital purchases. Repurchase detection is
also *only* done for HTTP(S) fulfillment URLs. In particular, this means
-fulfillment URIs like "taler://fulfillment-success/$MESSAGE" are not
+fulfillment URIs like ``taler://fulfillment-success/$MESSAGE`` are not
considered to identify a resource you can pay for and thus do not have to be
unique.