summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2025-07-10 13:55:16 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2025-07-10 18:42:38 +0200
commitd7e986e482a408d7fbe2bfe25095368c0f2732b6 (patch)
treec6b08f075a3a7ccf36cb51d368afda8f53d593ba
parentb62d909d52ead04c814d99f448d38a3150d0f262 (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
-rw-r--r--doc/guix-cookbook.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index c5467634760..dd34f144fc8 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.
1561Should you be stuck, unable to figure out how to fix any sort of packaging 1561Should you be stuck, unable to figure out how to fix any sort of packaging
1562issue, don't hesitate to ask the community for help. 1562issue, don't hesitate to ask the community for help.
1563 1563
1564See the @uref{https://www.gnu.org/software/guix/contact/, Guix homepage} for information on the mailing lists, IRC, etc. 1564See the @uref{https://guix.gnu.org/contact/, Guix homepage} for information on the mailing lists, IRC, etc.
1565 1565
1566@node Conclusion 1566@node Conclusion
1567@subsection Conclusion 1567@subsection Conclusion
@@ -1589,13 +1589,13 @@ hopefully we will see your contributions soon!
1589 1589
1590@itemize 1590@itemize
1591@item 1591@item
1592The @uref{https://www.gnu.org/software/guix/manual/en/html_node/Defining-Packages.html, package reference in the manual} 1592The @uref{https://guix.gnu.org/manual/en/html_node/Defining-Packages.html, package reference in the manual}
1593 1593
1594@item 1594@item
1595@uref{https://gitlab.com/pjotrp/guix-notes/blob/master/HACKING.org, Pjotr’s hacking guide to GNU Guix} 1595@uref{https://gitlab.com/pjotrp/guix-notes/blob/master/HACKING.org, Pjotr’s hacking guide to GNU Guix}
1596 1596
1597@item 1597@item
1598@uref{https://www.gnu.org/software/guix/guix-ghm-andreas-20130823.pdf, ``GNU Guix: Package without a scheme!''}, by Andreas Enge 1598@uref{https://guix.gnu.org/guix-ghm-andreas-20130823.pdf, ``GNU Guix: Package without a scheme!''}, by Andreas Enge
1599@end itemize 1599@end itemize
1600 1600
1601@c ********************************************************************* 1601@c *********************************************************************