diff options
author | Julien Lepiller <julien@lepiller.eu> | 2023-11-01 17:18:39 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2023-11-01 17:20:17 +0100 |
commit | c95104c2e96f660d482e603c497c1e01968788d3 (patch) | |
tree | 79e2cdd0901293e27dde2027f44dfb6d4aee0ef6 | |
parent | 938a47c86d7bea785f33f42834c5c1f3dfa594b0 (diff) | |
download | guix-c95104c2e96f660d482e603c497c1e01968788d3.tar.gz guix-c95104c2e96f660d482e603c497c1e01968788d3.zip |
doc: contributiong: Fix ref usage.
Previous usage renders as "see See Teams".
* doc/contributing.texi: Fix ref usage.
Change-Id: I97a91697ecb87d07cc3c962a79d87dd290a70a7c
-rw-r--r-- | doc/contributing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index ac7f8d2e0f..30876447d4 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1666,7 +1666,7 @@ relies on the @file{etc/teams.scm} script, which can also be invoked manually if you do not use the preferred @command{git send-email} command to submit patches. To list the available actions of the script, you can invoke it via the @command{etc/teams.scm help} command. For -more information regarding teams, see @xref{Teams}. +more information regarding teams, @pxref{Teams}. @unnumberedsubsubsec Multiple Patches @anchor{Multiple Patches} |