diff --git a/doc/guix.texi b/doc/guix.texi index 4b7f06f06a..a616f3324c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1806,7 +1806,8 @@ There are a few points worth noting in the above package definition: @itemize @item -The @code{source} field of the package is an @code{} object. +The @code{source} field of the package is an @code{} object +(@pxref{origin Reference}, for the complete reference). Here, the @code{url-fetch} method from @code{(guix download)} is used, meaning that the source is a file to be downloaded over FTP or HTTP.