civodul pushed a commit to branch master
in repository guix.
commit fd13259d85428f39bd6f292d047021a8c164894f
Author: pelzflorian (Florian Pelz) <[email protected]>
AuthorDate: Sat Nov 5 12:10:59 2022 +0100
doc: Link to the Git book instead of the git-scm.com homepage.
The Pro Git book, unlike the git-scm.com homepage, is translated to
many languages. Therefore translators of the Guix Manual can point
to the appropriate translation now.
* doc/guix.texi (Invoking guix pull): Point to the Pro Git book's URL.
Signed-off-by: Ludovic Courtès <[email protected]>
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 45118daccc..23e807a2f6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4563,7 +4563,7 @@ the distribution currently available on your local
machine. To update
that distribution, along with the Guix tools, you must run @command{guix
pull}: the command downloads the latest Guix source code and package
descriptions, and deploys it. Source code is downloaded from a
-@uref{https://git-scm.com, Git} repository, by default the official
+@uref{https://git-scm.com/book/en/, Git} repository, by default the official
GNU@tie{}Guix repository, though this can be customized. @command{guix
pull} ensures that the code it downloads is @emph{authentic} by
verifying that commits are signed by Guix developers.