summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-22 19:52:44 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-22 19:52:44 +0200
commit0308e3346eb6fdae5e5fba05164c372413e625fd (patch)
tree9216b47e6a5b414c6ef253eb1f1f5b54629c60b4
parent880e5301088392393451e31ca5ab8bb2eaaca1fa (diff)
downloaddocs-0308e3346eb6fdae5e5fba05164c372413e625fd.tar.gz
docs-0308e3346eb6fdae5e5fba05164c372413e625fd.tar.bz2
docs-0308e3346eb6fdae5e5fba05164c372413e625fd.zip
fix unresolved link + installation chapter titles
-rw-r--r--api-exchange.rst2
-rw-r--r--operate-exchange.rst6
-rw-r--r--operate-merchant.rst6
3 files changed, 13 insertions, 1 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index d53056fb..b9d75dd1 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -549,7 +549,7 @@ denomination.
// The string constant "DEPOSIT_OK"
status: string;
- // the EdDSA signature of `TALER_DepositConfirmation`_ using a current
+ // the EdDSA signature of `TALER_DepositConfirmationPS`_ using a current
// `signing key of the exchange <sign-key-priv>`_ affirming the successful
// deposit and that the exchange will transfer the funds after the refund
// deadline, or as soon as possible if the refund deadline is zero.
diff --git a/operate-exchange.rst b/operate-exchange.rst
index 64a8289e..fabb8083 100644
--- a/operate-exchange.rst
+++ b/operate-exchange.rst
@@ -167,6 +167,12 @@ Keys duration
Both `signkeys` and `denom keys` have a :ref:`starting date <keys-duration>`. The option `lookahead_provide`, under section `[exchange_keys]`, is such that only keys
whose starting date is younger than `lookahead_provide` will be issued by the exchange.
+++++++++++++
+Installation
+++++++++++++
+
+TBD
+
+++++
Other
+++++
diff --git a/operate-merchant.rst b/operate-merchant.rst
index b5215955..d5103115 100644
--- a/operate-merchant.rst
+++ b/operate-merchant.rst
@@ -183,3 +183,9 @@ instance `Tor` as follows::
Please note that :ref:`Taler messagging<merchant-api>` is designed so that the merchant
frontend can instruct the backend on which instance has to be used in the various operations.
This information is optional, and if not given, the backend will act as the `default` instance.
+
+++++++++++++
+Installation
+++++++++++++
+
+TBD