aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/chapters/installation.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index c41c7c7db..9cd2b1bcc 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -75,11 +75,11 @@ git installed) or as an archive.
75 75
76Using git type 76Using git type
77@example 77@example
78git clone https://gnunet.org/git/gnunet.git 78git clone https://git.gnunet.org/gnunet.git
79@end example 79@end example
80 80
81The archive can be found at 81The archive can be found at
82@uref{https://gnunet.org/downloads}. Extract it using a graphical 82@uref{https://ftpmirror.gnu.org/gnu/gnunet/}. Extract it using a graphical
83archive tool or @code{tar}: 83archive tool or @code{tar}:
84@example 84@example
85tar xzvf gnunet-0.11.0pre66.tar.gz 85tar xzvf gnunet-0.11.0pre66.tar.gz
@@ -1708,7 +1708,7 @@ will take the serial as a reference point and request the zone. The server will
1708either answer the IXFR request with a correct incremental zone or with the 1708either answer the IXFR request with a correct incremental zone or with the
1709entire zone, which depends on the server configuration. 1709entire zone, which depends on the server configuration.
1710 1710
1711You can find the source code here: @code{https://gnunet.org/git/ascension.git/} 1711You can find the source code here: @code{https://git.gnunet.org/ascension.git/}
1712 1712
1713The software can be installed into a Python virtual environment like this: 1713The software can be installed into a Python virtual environment like this:
1714@example 1714@example