commit b3e9a3ec8232fcfb0fb5d3fa8ed4fd8d824fe292
parent 3b80efee1407fe8b53543d7ffd942bc15dc48452
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Wed, 8 Jun 2022 06:18:05 -0400
fix syntax errors in uref: use angle brackets around URL
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,