[PATCH] doc: Link to the Git book instead of the git-scm.com homepage.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • pelzflorian (Florian Pelz)
Owner
unassigned
Submitted by
pelzflorian (Florian Pelz)
Severity
normal

Debbugs page

pelzflorian (Florian Pelz) wrote 2 years ago
(address . guix-patches@gnu.org)
87cza1mzb0.fsf@pelzflorian.de
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.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/doc/guix.texi b/doc/guix.texi
index 7806b21a0f..22cfd9780d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4547,7 +4547,7 @@ Invoking guix pull
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.

base-commit: 3a227cff367e5b5415624adcb15eed124ac7768d
--
2.38.0
Ludovic Courtès wrote 2 years ago
control message for bug #59045
(address . control@debbugs.gnu.org)
878rkcmqkf.fsf@gnu.org
close 59045
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59045@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59045
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help