diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-07-10 13:55:16 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-07-10 18:42:38 +0200 |
commit | d7e986e482a408d7fbe2bfe25095368c0f2732b6 (patch) | |
tree | c6b08f075a3a7ccf36cb51d368afda8f53d593ba /doc/guix-cookbook.texi | |
parent | b62d909d52ead04c814d99f448d38a3150d0f262 (diff) |
doc: Replace www.gnu.org broken links.
See <https://bugs.gnu.org/78319>.
* doc/guix-cookbook.texi (Packaging Tutorial): Fix links.
Change-Id: Ib13b77a8248f6a1b91c05079c457bc4e96d847f3
Diffstat (limited to 'doc/guix-cookbook.texi')
-rw-r--r-- | doc/guix-cookbook.texi | 6 |
1 files 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 ********************************************************************* |