summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-08-11 08:24:19 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-08-11 08:24:19 -0400
commitbb994423d1b62925900d572d43457465129c3c40 (patch)
tree476fd6ce8bd6e25ed22edf37d151d5f631a9845d
parent7776d7d975c3dee13c8545ff81fc53e33b2d158c (diff)
downloaddocs-bb994423d1b62925900d572d43457465129c3c40.tar.gz
docs-bb994423d1b62925900d572d43457465129c3c40.tar.bz2
docs-bb994423d1b62925900d572d43457465129c3c40.zip
fix :ref: syntax
-rw-r--r--taler-merchant-manual.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index d3fd735c..ae9df2d9 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -786,7 +786,7 @@ it twice, first creating the ``default`` instance, then creating normal ones.
instance does not exist (HTTP 404) and the case where access is denied
(HTTP 403).
This is all moot behind a properly configured
- `reverse proxy <Reverse proxy configuration>`_.
+ :ref:`reverse proxy <Reverse proxy configuration>`.
KUDOS Accounts
@@ -903,7 +903,6 @@ host-based firewall to block access to the TCP port of the merchant backend,
but this is *not recommended*. Relying on NAT or network firewalls for access
control is gross negligence.
-
Reverse proxy configuration
---------------------------