From d7e986e482a408d7fbe2bfe25095368c0f2732b6 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Thu, 10 Jul 2025 13:55:16 +0200 Subject: [PATCH] doc: Replace www.gnu.org broken links. See . * doc/guix-cookbook.texi (Packaging Tutorial): Fix links. Change-Id: Ib13b77a8248f6a1b91c05079c457bc4e96d847f3 --- doc/guix-cookbook.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index c546763476..dd34f144fc 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -1561,7 +1561,7 @@ recommended.) Other times the resulting package won't be reproducible. Should you be stuck, unable to figure out how to fix any sort of packaging issue, don't hesitate to ask the community for help. -See the @uref{https://www.gnu.org/software/guix/contact/, Guix homepage} for information on the mailing lists, IRC, etc. +See the @uref{https://guix.gnu.org/contact/, Guix homepage} for information on the mailing lists, IRC, etc. @node Conclusion @subsection Conclusion @@ -1589,13 +1589,13 @@ hopefully we will see your contributions soon! @itemize @item -The @uref{https://www.gnu.org/software/guix/manual/en/html_node/Defining-Packages.html, package reference in the manual} +The @uref{https://guix.gnu.org/manual/en/html_node/Defining-Packages.html, package reference in the manual} @item @uref{https://gitlab.com/pjotrp/guix-notes/blob/master/HACKING.org, Pjotr’s hacking guide to GNU Guix} @item -@uref{https://www.gnu.org/software/guix/guix-ghm-andreas-20130823.pdf, ``GNU Guix: Package without a scheme!''}, by Andreas Enge +@uref{https://guix.gnu.org/guix-ghm-andreas-20130823.pdf, ``GNU Guix: Package without a scheme!''}, by Andreas Enge @end itemize @c *********************************************************************