summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-01-17 12:00:53 +0100
committerLudovic Courtès <ludo@gnu.org>2020-01-17 14:22:07 +0100
commita9e255127a92cdf4cd4ea63d342c984b3f51f0c0 (patch)
tree363c31924c68aa51becbdd1e41da2d98123fb267 /doc
parentfcb2318e51d33a9319619f9486a7ac486db2af37 (diff)
downloadpatches-a9e255127a92cdf4cd4ea63d342c984b3f51f0c0.tar
patches-a9e255127a92cdf4cd4ea63d342c984b3f51f0c0.tar.gz
doc: cookbook: Avoid URL reference to the manual.
* doc/guix-cookbook.texi (Other build systems): Use @xref instead of @uref, and remove section number.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix-cookbook.texi10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 7c3860fbf5..477b7e3dff 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -1139,14 +1139,10 @@ For the other build systems, such as ASDF, Emacs, Perl, Ruby and many more, the
process is very similar to the GNU build system except for a few specialized
arguments.
-Learn more about build systems in
-@itemize
-@item
-@uref{https://www.gnu.org/software/guix/manual/en/html_node/Build-Systems.html#Build-Systems, the manual, section 4.2 Build systems},
-@item
-the source code in the @samp{$GUIX_CHECKOUT/guix/build} and
+@xref{Build Systems,,, guix, GNU Guix Reference Manual}, for more
+information on build systems, or check the source code in the
+@samp{$GUIX_CHECKOUT/guix/build} and
@samp{$GUIX_CHECKOUT/guix/build-system} directories.
-@end itemize
@node Programmable and automated package definition
@subsection Programmable and automated package definition