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>
parent
0be722a0b5
commit
fd13259d85
|
@ -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
|
that distribution, along with the Guix tools, you must run @command{guix
|
||||||
pull}: the command downloads the latest Guix source code and package
|
pull}: the command downloads the latest Guix source code and package
|
||||||
descriptions, and deploys it. Source code is downloaded from a
|
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
|
GNU@tie{}Guix repository, though this can be customized. @command{guix
|
||||||
pull} ensures that the code it downloads is @emph{authentic} by
|
pull} ensures that the code it downloads is @emph{authentic} by
|
||||||
verifying that commits are signed by Guix developers.
|
verifying that commits are signed by Guix developers.
|
||||||
|
|
Reference in New Issue