diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/handbook/chapters/developer.texi | 2 | ||||
-rw-r--r-- | doc/tutorial/gnunet-tutorial.texi | 4 |
2 files changed, 3 insertions, 3 deletions
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. Since now activating DEBUG automatically makes it VERBOSE and activates @strong{all} debug messages by default, you probably want to use the -@uref{https://old.gnunet.org/logging, https://old.gnunet.org/logging} +@uref{https://docs.gnunet.org/#Logging, https://docs.gnunet.org/#Logging} functionality to filter only relevant messages. A suitable configuration could be: 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. Detailed installation instructions for various operating systems and a detailed list of all dependencies can be found on our website at -@uref{https://old.gnunet.org/installation} and in our +@uref{https://docs.gnunet.org/#Installation} and in our Reference Documentation (GNUnet Handbook). Please 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} environmental variable. The @code{DEBUG} level is only available if @command{--enable-logging=verbose} was used when running @command{configure}. More details about logging can be found under -@uref{https://old.gnunet.org/logging}. +@uref{https://docs.gnunet.org/#Logging}. You should also probably enable the creation of core files, by setting @code{ulimit}, and echo'ing @code{1} into |