aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--doc/handbook/chapters/developer.texi2
-rw-r--r--doc/tutorial/gnunet-tutorial.texi4
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index ad8b28419..19d773430 100644
--- a/README
+++ b/README
@@ -536,7 +536,7 @@ Further Reading
536 * Using git (NOTE: 1.1 GiB as of 2019-03-09): 536 * Using git (NOTE: 1.1 GiB as of 2019-03-09):
537 git clone https://git.gnunet.org/bibliography.git 537 git clone https://git.gnunet.org/bibliography.git
538 * Using Drupal: 538 * Using Drupal:
539 https://old.gnunet.org/bibliography 539 https://bib.gnunet.org/
540 540
541 The Drupal access will be replaced by a new interface to our 541 The Drupal access will be replaced by a new interface to our
542 bibliography in the foreseeable future. 542 bibliography in the foreseeable future.
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi
index 830a345a8..79955d37a 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -2609,7 +2609,7 @@ code.
2609 2609
2610Since now activating DEBUG automatically makes it VERBOSE and activates 2610Since now activating DEBUG automatically makes it VERBOSE and activates
2611@strong{all} debug messages by default, you probably want to use the 2611@strong{all} debug messages by default, you probably want to use the
2612@uref{https://old.gnunet.org/logging, https://old.gnunet.org/logging} 2612@uref{https://docs.gnunet.org/#Logging, https://docs.gnunet.org/#Logging}
2613functionality to filter only relevant messages. 2613functionality to filter only relevant messages.
2614A suitable configuration could be: 2614A suitable configuration could be:
2615 2615
diff --git a/doc/tutorial/gnunet-tutorial.texi b/doc/tutorial/gnunet-tutorial.texi
index df75fb995..6982b4200 100644
--- a/doc/tutorial/gnunet-tutorial.texi
+++ b/doc/tutorial/gnunet-tutorial.texi
@@ -63,7 +63,7 @@ GNUnet can be used to develop a Peer-to-Peer application.
63Detailed installation instructions for 63Detailed installation instructions for
64various operating systems and a detailed list of all 64various operating systems and a detailed list of all
65dependencies can be found on our website at 65dependencies can be found on our website at
66@uref{https://old.gnunet.org/installation} and in our 66@uref{https://docs.gnunet.org/#Installation} and in our
67Reference Documentation (GNUnet Handbook). 67Reference Documentation (GNUnet Handbook).
68 68
69Please read this tutorial carefully since every single step is 69Please read this tutorial carefully since every single step is
@@ -1545,7 +1545,7 @@ The current log level is configured using the @code{$GNUNET_FORCE_LOG}
1545environmental variable. The @code{DEBUG} level is only available if 1545environmental variable. The @code{DEBUG} level is only available if
1546@command{--enable-logging=verbose} was used when running 1546@command{--enable-logging=verbose} was used when running
1547@command{configure}. More details about logging can be found under 1547@command{configure}. More details about logging can be found under
1548@uref{https://old.gnunet.org/logging}. 1548@uref{https://docs.gnunet.org/#Logging}.
1549 1549
1550You should also probably enable the creation of core files, by setting 1550You should also probably enable the creation of core files, by setting
1551@code{ulimit}, and echo'ing @code{1} into 1551@code{ulimit}, and echo'ing @code{1} into