diff options
author | pelzflorian (Florian Pelz) <pelzflorian@pelzflorian.de> | 2022-11-05 12:10:59 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-11-15 12:16:44 +0100 |
commit | fd13259d85428f39bd6f292d047021a8c164894f (patch) | |
tree | 059d9642935540049f25ad13a4785c0244b30c93 | |
parent | 0be722a0b566e8928bed3cca230ef6527dd98345 (diff) |
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 <ludo@gnu.org>
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |