[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: DOC: Fixed git links in tutorial
From: |
gnunet |
Subject: |
[gnunet] branch master updated: DOC: Fixed git links in tutorial |
Date: |
Thu, 17 Feb 2022 12:53:30 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new d4dffb077 DOC: Fixed git links in tutorial
d4dffb077 is described below
commit d4dffb0778300236d601b890854b8ba26afa42ed
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Feb 17 12:53:23 2022 +0100
DOC: Fixed git links in tutorial
---
doc/tutorial/tutorial.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/tutorial/tutorial.texi b/doc/tutorial/tutorial.texi
index 0a011c0c8..f849e116a 100644
--- a/doc/tutorial/tutorial.texi
+++ b/doc/tutorial/tutorial.texi
@@ -225,7 +225,7 @@ This is required for obtaining the repository, which is
achieved with
the following command:
@example
-$ git clone https://git.gnunet.org/gnunet
+$ git clone https://git.gnunet.org/gnunet.git
@end example
@noindent
@@ -795,7 +795,7 @@ a template build system for writing GNUnet extensions in C.
It can be
obtained as follows:
@example
-$ git clone https://git.gnunet.org/gnunet-ext
+$ git clone https://git.gnunet.org/gnunet-ext.git
$ cd gnunet-ext/
$ ./bootstrap
$ ./configure --prefix=$PREFIX --with-gnunet=$PREFIX
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: DOC: Fixed git links in tutorial,
gnunet <=