commit af6d6032be7179a83ae13ad8dd89560983e45f2d
parent 32929d2ac4b8b093e3dcf7a3f52c5c99858244b2
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 6 Jun 2022 09:52:26 -0400
Fix typo: Use double-underscore for uref formatting
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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,