exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 8e656ca913106864635f3f274c244e516da0a4c5
parent 9d37f8e02615e276be23c4d005e1fdece045a8fa
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  3 Apr 2019 14:23:36 +0200

fix git link to GNUnet repo

Diffstat:
Mdoc/taler-exchange.texi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/taler-exchange.texi b/doc/taler-exchange.texi @@ -292,7 +292,7 @@ to export some of the tooling required by Taler. To download and install libgnunetutil, proceed as follows: @example -$ git clone https://gnunet.org/git/gnunet/ +$ git clone https://git.gnunet.org/gnunet/ $ cd gnunet/ $ ./bootstrap $ ./configure [--prefix=GNUNETPFX]