doc: cookbook: Avoid URL reference to the manual.
authorLudovic Courtès <ludo@gnu.org>
Fri, 17 Jan 2020 11:00:53 +0000 (12:00 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 17 Jan 2020 13:22:07 +0000 (14:22 +0100)
* doc/guix-cookbook.texi (Other build systems): Use @xref instead of
@uref, and remove section number.

doc/guix-cookbook.texi

index 7c3860f..477b7e3 100644 (file)
@@ -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