Skip to content

Commit 46c6749

Browse files
peffgitster
authored andcommitted
doc: recommend lore.kernel.org over public-inbox.org
Since lore.kernel.org now has the same archive as public-inbox.org and may have more longevity going forward[1], let's recommend people use it for finding or referencing messages. [1] https://public-inbox.org/git/20191120195556.GA25189@dcvr/ or if you like: https://lore.kernel.org/git/20191120195556.GA25189@dcvr/ Signed-off-by: Jeff King <[email protected]> Acked-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5fa0f52 commit 46c6749

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/MyFirstContribution.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ reviewers the changes you've made that may not be as visible.
970970
You will also need to go and find the Message-Id of your previous cover letter.
971971
You can either note it when you send the first series, from the output of `git
972972
send-email`, or you can look it up on the
973-
https://public-inbox.org/git[mailing list]. Find your cover letter in the
973+
https://lore.kernel.org/git[mailing list]. Find your cover letter in the
974974
archives, click on it, then click "permalink" or "raw" to reveal the Message-Id
975975
header. It should match:
976976

Documentation/git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ Reporting Bugs
928928
Report bugs to the Git mailing list <[email protected]> where the
929929
development and maintenance is primarily done. You do not have to be
930930
subscribed to the list to send a message there. See the list archive
931-
at https://public-inbox.org/git for previous bug reports and other
931+
at https://lore.kernel.org/git for previous bug reports and other
932932
discussions.
933933

934934
Issues which are security relevant should be disclosed privately to

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ requests, comments and patches to [email protected] (read
3535
[Documentation/SubmittingPatches][] for instructions on patch submission).
3636
To subscribe to the list, send an email with just "subscribe git" in
3737
the body to [email protected]. The mailing list archives are
38-
available at <https://public-inbox.org/git/>,
38+
available at <https://lore.kernel.org/git/>,
3939
<http://marc.info/?l=git> and other archival sites.
4040

4141
Issues which are security relevant should be disclosed privately to

0 commit comments

Comments
 (0)