doc: cookbook: Fix a broken cross-reference.

* doc/guix-cookbook.texi (Building with Guix): Adjust xref target.

Change-Id: I87d6dc2648ff8898e3dd3b5ffca748193f14751e
This commit is contained in:
Florian Pelz 2023-10-25 11:42:36 +02:00
parent fa849a177a
commit 2844f24e89
No known key found for this signature in database
GPG Key ID: 300888CB39C63817
1 changed files with 1 additions and 1 deletions

View File

@ -4328,7 +4328,7 @@ guix build -f guix.scm --target=x86_64-w64-mingw32
@end lisp
You can also use @dfn{package transformations} to test package variants
(@pxref{Package Transformations,,, guix, GNU Guix Reference Manual}):
(@pxref{Package Transformation Options,,, guix, GNU Guix Reference Manual}):
@example
# What if we built with Clang instead of GCC?