aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tutorial/gnunet-tutorial.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/tutorial/gnunet-tutorial.texi b/doc/tutorial/gnunet-tutorial.texi
index 339984833..89f39b507 100644
--- a/doc/tutorial/gnunet-tutorial.texi
+++ b/doc/tutorial/gnunet-tutorial.texi
@@ -68,14 +68,14 @@ GNUnet can be used to develop a Peer-to-Peer application.
68Detailed installation instructions for 68Detailed installation instructions for
69various operating systems and a detailed list of all 69various operating systems and a detailed list of all
70dependencies can be found on our website at 70dependencies can be found on our website at
71@uref{https://gnunet.org/installation} and in our 71@uref{https://old.gnunet.org/installation} and in our
72Reference Documentation (GNUnet Handbook). 72Reference Documentation (GNUnet Handbook).
73 73
74Please read this tutorial carefully since every single step is 74Please read this tutorial carefully since every single step is
75important, and do not hesitate to contact the GNUnet team if you have 75important, and do not hesitate to contact the GNUnet team if you have
76any questions or problems! Visit this link in your webbrowser to learn 76any questions or problems! Visit this link in your webbrowser to learn
77how to contact the GNUnet team: 77how to contact the GNUnet team:
78@uref{https://gnunet.org/contact_information} 78@uref{https://gnunet.org/en/contact.html}
79 79
80@menu 80@menu
81 81
@@ -192,7 +192,7 @@ $ mv gnunet-@value{VERSION} gnunet
192@noindent 192@noindent
193However, please note that stable versions can be very outdated. 193However, please note that stable versions can be very outdated.
194As a developer you are @b{strongly} encouraged to use the version 194As a developer you are @b{strongly} encouraged to use the version
195from @uref{https://gnunet.org/git/, git}. 195from @uref{https://git.gnunet.org/, the git server}.
196 196
197@node Installing Build Tool Chain and Dependencies 197@node Installing Build Tool Chain and Dependencies
198@section Installing Build Tool Chain and Dependencies 198@section Installing Build Tool Chain and Dependencies
@@ -209,7 +209,7 @@ Please check the notes at the end of the configure process about
209required dependencies. 209required dependencies.
210 210
211For GNUnet bootstrapping support and the HTTP(S) plugin you should 211For GNUnet bootstrapping support and the HTTP(S) plugin you should
212install @uref{https://gnunet.org/gnurl, libgnurl}. 212install @uref{https://gnunet.org/en/gnurl.html, libgnurl}.
213For the filesharing service you should install at least one of the 213For the filesharing service you should install at least one of the
214datastore backends (MySQL, SQlite and PostgreSQL are supported). 214datastore backends (MySQL, SQlite and PostgreSQL are supported).
215 215
@@ -230,7 +230,7 @@ This is required for obtaining the repository, which is achieved with
230the following command: 230the following command:
231 231
232@example 232@example
233$ git clone https://gnunet.org/git/gnunet 233$ git clone https://git.gnunet.org/gnunet
234@end example 234@end example
235 235
236@noindent 236@noindent
@@ -707,9 +707,9 @@ With the testbed API, a sample test case can be structured as follows:
707 707
708@noindent 708@noindent
709The source code for the above listing can be found at 709The source code for the above listing can be found at
710@uref{https://gnunet.org/git/gnunet.git/tree/doc/ 710@c FIXME: This is not the correct URL. Where is the file?
711documentation/testbed_test.c} 711@uref{https://git.gnunet.org/gnunet.git/tree/doc/documentation/testbed_test.c}
712or in the @file{doc/documentation/} folder of your repository check-out. 712or in the @file{doc/} folder of your repository check-out.
713After installing GNUnet, the above source code can be compiled as: 713After installing GNUnet, the above source code can be compiled as:
714 714
715@example 715@example
@@ -800,7 +800,7 @@ a template build system for writing GNUnet extensions in C. It can be
800obtained as follows: 800obtained as follows:
801 801
802@example 802@example
803$ git clone https://gnunet.org/git/gnunet-ext 803$ git clone https://git.gnunet.org/gnunet-ext
804$ cd gnunet-ext/ 804$ cd gnunet-ext/
805$ ./bootstrap 805$ ./bootstrap
806$ ./configure --prefix=$PREFIX --with-gnunet=$PREFIX 806$ ./configure --prefix=$PREFIX --with-gnunet=$PREFIX
@@ -1550,7 +1550,7 @@ The current log level is configured using the @code{$GNUNET_FORCE_LOG}
1550environmental variable. The @code{DEBUG} level is only available if 1550environmental variable. The @code{DEBUG} level is only available if
1551@command{--enable-logging=verbose} was used when running 1551@command{--enable-logging=verbose} was used when running
1552@command{configure}. More details about logging can be found under 1552@command{configure}. More details about logging can be found under
1553@uref{https://gnunet.org/logging}. 1553@uref{https://old.gnunet.org/logging}.
1554 1554
1555You should also probably enable the creation of core files, by setting 1555You should also probably enable the creation of core files, by setting
1556@code{ulimit}, and echo'ing @code{1} into 1556@code{ulimit}, and echo'ing @code{1} into