This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch version-1.4.0
in repository guix.
The following commit(s) were added to refs/heads/version-1.4.0 by this push:
new 47d554602c doc: Change ‘guix-install.sh’ URL to gitweb.
47d554602c is described below
commit 47d554602c34a15c24efbc87e3bc2806f9f68055
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Jan 21 14:12:57 2025 +0100
doc: Change ‘guix-install.sh’ URL to gitweb.
The cgit interface at Savannah has been taken down.
* doc/guix.texi (Installation): Change ‘guix-install.sh’ URL to gitweb.
Change-Id: I45274bdb7713d16bafe2d0b464865362bddcf303
---
doc/guix.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 784114f0bb..efc7d60956 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -642,7 +642,7 @@ to join! @xref{Contributing}, for information about how
you can help.
@quotation Note
We recommend the use of this
-@uref{https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh,
+@uref{https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD,
shell installer script} to install Guix on top of a running GNU/Linux system,
thereafter called a @dfn{foreign distro}.@footnote{This section is concerned
with the installation of the package manager, which can be done on top of a
@@ -691,14 +691,14 @@ GNU@tie{}tar and Xz.
@c Note duplicated from the ``Installation'' node.
@quotation Note
We recommend the use of this
-@uref{https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh,
+@uref{https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD,
shell installer script}. The script automates the download, installation, and
initial configuration steps described below. It should be run as the root
user. As root, you can thus run this:
@example
cd /tmp
-wget https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh
+wget
https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD
chmod +x guix-install.sh
./guix-install.sh
@end example