summaryrefslogtreecommitdiff
path: root/wireformats.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-30 01:37:14 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-30 01:37:14 +0100
commiteaf875f3b72510aa3fe7904cc2ec59e236d79e33 (patch)
treeb90365d3ee822fa715a9836aec0e1c9390dd121f /wireformats.rst
parentda324fae3e0445978a68454d8b01bb2127982404 (diff)
downloaddocs-eaf875f3b72510aa3fe7904cc2ec59e236d79e33.tar.gz
docs-eaf875f3b72510aa3fe7904cc2ec59e236d79e33.tar.bz2
docs-eaf875f3b72510aa3fe7904cc2ec59e236d79e33.zip
use URL instead of URI consistently
Diffstat (limited to 'wireformats.rst')
-rw-r--r--wireformats.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/wireformats.rst b/wireformats.rst
index 4e154930..9a5aa4bb 100644
--- a/wireformats.rst
+++ b/wireformats.rst
@@ -21,10 +21,10 @@ for a local / regional currency or accounting system. Using the TEST
wire format in combination with the Taler's bank, it is thus possible to
fully test the Taler system without using "real" currencies. The wire
format for "TEST" is very simple, in that it only specifies an account
-number in a field "account_number" and the URI of the bank:
+number in a field "account_number" and the URL of the bank:
* `type`: the string constant `"test"`
- * `bank_uri`: the URI of the bank (starting with `http://` or `https://`)
+ * `bank_uri`: the URL of the bank (starting with `http://` or `https://`)
* `account_number`: the number of the account at the bank
The account number given must be a positive 53-bit integer.