[PATCH] doc: Sending-a-Patch-Series: Fix URL.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hugo Buddelmeijer
  • Ludovic Courtès
Owner
unassigned
Submitted by
Hugo Buddelmeijer
Severity
normal

Debbugs page

Hugo Buddelmeijer wrote 2 years ago
(address . guix-patches@gnu.org)(name . Hugo Buddelmeijer)(address . hugo@buddelmeijer.nl)
785113b0d6b057adb5f1f5db1f5bfda70f4f40f7.1678135103.git.hugo@buddelmeijer.nl
* doc/contributing.texi (Sending a Patch Series): Fix URL for issue tracker.
---
doc/contributing.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 61c05c2489..911c3a7bbf 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1488,7 +1488,7 @@ Due to an apparent bug in @command{git send-email},
@end quotation
You can find out @var{ISSUE_NUMBER} either by searching on the mumi
-interface at @url{issues.guix.gnu.org} for the name of your patch or
+interface at @url{https://issues.guix.gnu.org} for the name of your patch or
reading the acknowledgement email sent automatically by Debbugs in
reply to incoming bugs and patches, which contains the bug number.

base-commit: fd4545a47a527fff437abb9991156cfee4137d2b
--
2.39.1
Ludovic Courtès wrote 2 years ago
(name . Hugo Buddelmeijer)(address . hugo@buddelmeijer.nl)(address . 62014-done@debbugs.gnu.org)
874jqs91s0.fsf@gnu.org
Hi,

Hugo Buddelmeijer <hugo@buddelmeijer.nl> skribis:

Toggle quote (2 lines)
> * doc/contributing.texi (Sending a Patch Series): Fix URL for issue tracker.

Applied, thanks!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 62014
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