This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2844f24e89 doc: cookbook: Fix a broken cross-reference.
2844f24e89 is described below

commit 2844f24e892adda3f4be7c1ace69bd755a43aae8
Author: Florian Pelz <[email protected]>
AuthorDate: Wed Oct 25 11:42:36 2023 +0200

    doc: cookbook: Fix a broken cross-reference.
    
    * doc/guix-cookbook.texi (Building with Guix): Adjust xref target.
    
    Change-Id: I87d6dc2648ff8898e3dd3b5ffca748193f14751e
---
 doc/guix-cookbook.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index b1fe1b932f..3d86fca396 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -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?

Reply via email to