diff options
author | xrs <xrs@mail36.net> | 2019-06-24 18:01:42 +0200 |
---|---|---|
committer | xrs <xrs@mail36.net> | 2019-06-24 18:01:42 +0200 |
commit | 28470556be1228f51216d1ea84d51d517d76903b (patch) | |
tree | b18a3c04bf35e61ea142fc5ddd645b98f35486fd | |
parent | 6df975dccc4f2a8929473374e68518a847f112a2 (diff) |
partly fixes 0005599, other links do not have a replacement
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | doc/handbook/chapters/developer.texi | 2 | ||||
-rw-r--r-- | doc/tutorial/gnunet-tutorial.texi | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -536,7 +536,7 @@ Further Reading * Using git (NOTE: 1.1 GiB as of 2019-03-09): git clone https://git.gnunet.org/bibliography.git * Using Drupal: - https://old.gnunet.org/bibliography + https://bib.gnunet.org/ The Drupal access will be replaced by a new interface to our 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. 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 |