summaryrefslogtreecommitdiff
path: root/taler-developer-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-06-06 09:52:26 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-06-06 09:52:26 -0400
commitaf6d6032be7179a83ae13ad8dd89560983e45f2d (patch)
treee93a17c41e830a0717fbfd208a90f49d4426dcd5 /taler-developer-manual.rst
parent32929d2ac4b8b093e3dcf7a3f52c5c99858244b2 (diff)
downloaddocs-af6d6032be7179a83ae13ad8dd89560983e45f2d.tar.gz
docs-af6d6032be7179a83ae13ad8dd89560983e45f2d.tar.bz2
docs-af6d6032be7179a83ae13ad8dd89560983e45f2d.zip
Fix typo: Use double-underscore for uref formatting
Diffstat (limited to 'taler-developer-manual.rst')
-rw-r--r--taler-developer-manual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
index c4870c2c..c311af78 100644
--- a/taler-developer-manual.rst
+++ b/taler-developer-manual.rst
@@ -161,9 +161,9 @@ The last step generates the ``configure`` script, whether for immediate use or
for inclusion in the distribution tarball.
One common submodule is ``contrib/gana``, which pulls from the
-`GNUnet GANA repository https://git.gnunet.org/gana.git/`_.
+`GNUnet GANA repository https://git.gnunet.org/gana.git/`__.
For example, in the
-`Taler exchange repository https://git.taler.net/exchange.git`_,
+`Taler exchange repository https://git.taler.net/exchange.git`__,
the bootstrap script eventually runs the ``git submodule update`` command
early on, and later runs script ``./contrib/gana.sh``, which in turn
runs script ``./contrib/gana-update.sh``, which performs various tasks,