diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-08 03:34:46 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-02-08 03:34:46 -0500 |
commit | 773cf3549bf54172a76c93e27a68df599689b450 (patch) | |
tree | b61ed5565ceb48c4f14ebcd1ac00494dff727421 | |
parent | be6e36fb81f68ac34640f95709e1e5d2c73699b3 (diff) | |
download | docs-773cf3549bf54172a76c93e27a68df599689b450.tar.gz docs-773cf3549bf54172a76c93e27a68df599689b450.tar.bz2 docs-773cf3549bf54172a76c93e27a68df599689b450.zip |
mark up ‘payto://’; change markup from " to `` (two instances)
-rw-r--r-- | taler-merchant-manual.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index f8e6e64..96d0cd4 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -814,8 +814,8 @@ See RFC 8905 for the format of ``payto://``-URIs. For first tests, you should sign up for a KUDOS bank account at `https://bank.demo.taler.net/ <https://bank.demo.taler.net/>`_. -In this case, the payto://-URI will be of the form -"payto://x-taler-bank/bank.demo.taler.net/$USERNAME" where "$USERNAME" +In this case, the ``payto://``-URI will be of the form +``payto://x-taler-bank/bank.demo.taler.net/$USERNAME`` where ``$USERNAME`` must be replaced with the name of the account that was established at `https://bank.demo.taler.net/ <https://bank.demo.taler.net/>`_. |