summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/guix-cookbook.texi6
-rw-r--r--doc/guix.texi4
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index eea1f96bf1b..70bc1ca5a21 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -2930,8 +2930,8 @@ your Linode Summary section.) Now you can run the "install guix from
2930 2930
2931@example 2931@example
2932sudo apt-get install gpg 2932sudo apt-get install gpg
2933wget https://sv.gnu.org/people/viewgpg.php?user_id=15145 -qO - | gpg --import - 2933wget https://codeberg.org/efraim.gpg -qO - | gpg --import -
2934wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh 2934wget https://guix.gnu.org/guix-install.sh
2935chmod +x guix-install.sh 2935chmod +x guix-install.sh
2936./guix-install.sh 2936./guix-install.sh
2937guix pull 2937guix pull
@@ -3110,7 +3110,7 @@ Now you can run the "install guix from @pxref{Binary Installation,,,
3110guix, GNU Guix}" steps: 3110guix, GNU Guix}" steps:
3111 3111
3112@example 3112@example
3113wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh 3113wget https://guix.gnu.org/guix-install.sh
3114chmod +x guix-install.sh 3114chmod +x guix-install.sh
3115./guix-install.sh 3115./guix-install.sh
3116guix pull 3116guix pull
diff --git a/doc/guix.texi b/doc/guix.texi
index 954b7a62653..1db60024ad5 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -10,8 +10,8 @@
10@include version.texi 10@include version.texi
11 11
12@c Identifier of the OpenPGP key used to sign tarballs and such. 12@c Identifier of the OpenPGP key used to sign tarballs and such.
13@set OPENPGP-SIGNING-KEY-ID 3CE464558A84FDC69DB40CFB090B11993D9AEBB5 13@set OPENPGP-SIGNING-KEY-ID A28BF40C3E551372662D14F741AAE7DCCA3D8351
14@set OPENPGP-SIGNING-KEY-URL https://sv.gnu.org/people/viewgpg.php?user_id=15145 14@set OPENPGP-SIGNING-KEY-URL https://codeberg.org/efraim.gpg
15 15
16@c Base URL for downloads. 16@c Base URL for downloads.
17@set BASE-URL https://ftpmirror.gnu.org/gnu/guix 17@set BASE-URL https://ftpmirror.gnu.org/gnu/guix