summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2023-03-06 21:39:05 +0100
committerLudovic Courtès <ludo@gnu.org>2023-03-10 14:49:58 +0100
commitbc876cf08e8e93d6f46794aaf170003036d15066 (patch)
treea2a329f533ad7c82c8e2123e8f3a48d98dfc6058 /doc
parent5627c73a9e410c7e28d67df517bd275d8c5f5d8d (diff)
doc: Sending-a-Patch-Series: Fix URL.
* doc/contributing.texi (Sending a Patch Series): Fix URL for issue tracker. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 61c05c24895..911c3a7bbf5 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1488,7 +1488,7 @@ Due to an apparent bug in @command{git send-email},
1488@end quotation 1488@end quotation
1489 1489
1490You can find out @var{ISSUE_NUMBER} either by searching on the mumi 1490You can find out @var{ISSUE_NUMBER} either by searching on the mumi
1491interface at @url{issues.guix.gnu.org} for the name of your patch or 1491interface at @url{https://issues.guix.gnu.org} for the name of your patch or
1492reading the acknowledgement email sent automatically by Debbugs in 1492reading the acknowledgement email sent automatically by Debbugs in
1493reply to incoming bugs and patches, which contains the bug number. 1493reply to incoming bugs and patches, which contains the bug number.
1494 1494