Skip to content

Commit 22fd56a

Browse files
committed
Adjust the "reply to this" links
Since the wiki was locked down for external contributors (to prevent spam and vandalism), it was not really a good place for the information. As of gitgitgadget/gitgitgadget.github.io#21 it moved to GitGitGadget's home page. Let's stop referring to the wiki for that reason, and refer to the new location instead. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 39660eb commit 22fd56a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/mail-archive-helper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { IParsedMBox, parseMBox, parseMBoxMessageIDAndReferences } from "./send-
1111
import { SousChef } from "./sous-chef.js";
1212

1313
export const stateKey = "[email protected] <-> GitGitGadget";
14-
const replyToThisURL = "https://github.com/gitgitgadget/gitgitgadget/wiki/ReplyToThis";
14+
const replyToThisURL = "https://gitgitgadget.github.io/reply-to-this";
1515

1616
export interface IGitMailingListMirrorState {
1717
latestRevision?: string;

res/WELCOME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Once on the list of permitted usernames, you can contribute the patches to the G
4242

4343
If you want to see what email(s) would be sent for a `/submit` request, add a PR comment `/preview` to have the email(s) sent to you. You must have a public GitHub email address for this. Note that any reviewers CC'd via the list in the PR description will *not* actually be sent emails.
4444

45-
After you submit, GitGitGadget will respond with another comment that contains the link to the cover letter mail in the Git mailing list archive. Please make sure to monitor the discussion in that thread and to address comments and suggestions (while the comments and suggestions will be mirrored into the PR by GitGitGadget, you will still want to [reply via mail](https://github.com/gitgitgadget/gitgitgadget/wiki/ReplyToThis)).
45+
After you submit, GitGitGadget will respond with another comment that contains the link to the cover letter mail in the Git mailing list archive. Please make sure to monitor the discussion in that thread and to address comments and suggestions (while the comments and suggestions will be mirrored into the PR by GitGitGadget, you will still want to [reply via mail](https://gitgitgadget.github.io/reply-to-this)).
4646

4747
If you do not want to subscribe to the Git mailing list just to be able to respond to a mail, you can download the mbox from the [Git mailing list archive](https://lore.kernel.org/git) (click the `(raw)` link), then import it into your mail program. If you use GMail, you can do this via:
4848

0 commit comments

Comments
 (0)