diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-11 17:21:55 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-11 17:21:55 -0400 |
commit | 5ecbf5b1637762281992befec7fa53f966e5d0b1 (patch) | |
tree | 8fa0571be66035e14d625e3f6a533aad2a9e67ff /doc | |
parent | 6a6d9a858ef07571089f2f87466641f1374666b0 (diff) | |
download | guix-5ecbf5b1637762281992befec7fa53f966e5d0b1.tar guix-5ecbf5b1637762281992befec7fa53f966e5d0b1.tar.gz |
doc: Fix cross-reference to Git Info manual.
Partially fixes <https://issues.guix.gnu.org/55821>. Partially because our
git package doesn't yet include the documentation. This change will need to
go to core-updates.
* doc/contributing.texi (Submitting Patches): Adjust the node name.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index dcb45ad34c..3556f052ea 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1119,11 +1119,11 @@ Development is done using the Git distributed version control system. Thus, access to the repository is not strictly necessary. We welcome contributions in the form of patches as produced by @code{git format-patch} sent to the @email{guix-patches@@gnu.org} mailing list -(@pxref{submitting patches,, Submitting patches to a project, git, Git -User Manual}). Contributors are encouraged to take a moment to set some -Git repository options (@pxref{Configuring Git}) first, which can -improve the readability of patches. Seasoned Guix developers may also -want to look at the section on commit access (@pxref{Commit Access}). +(@pxref{Submitting patches to a project,,, git, Git User Manual}). +Contributors are encouraged to take a moment to set some Git repository +options (@pxref{Configuring Git}) first, which can improve the +readability of patches. Seasoned Guix developers may also want to look +at the section on commit access (@pxref{Commit Access}). This mailing list is backed by a Debbugs instance, which allows us to keep track of submissions (@pxref{Tracking Bugs and Patches}). Each |