Skip to content

Commit ffbf6a7

Browse files
committed
doc: update list archive reference to use lore.kernel.org
No disrespect to other mailing list archives, but the local part of their URLs will become pretty much meaningless once the archives go out of service, and we learned the lesson hard way when $gmane stopped serving. Let's point into https://lore.kernel.org/ for an article that can be found there, because the local part of the URL has the Message-Id: that can be used to find the same message in other archives, even if lore goes down. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 43c8a30 commit ffbf6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/CodingGuidelines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ code. For Git in general, a few rough rules are:
2424

2525
"Once it _is_ in the tree, it's not really worth the patch noise to
2626
go and fix it up."
27-
Cf. http://lkml.iu.edu/hypermail/linux/kernel/1001.3/01069.html
27+
Cf. https://lore.kernel.org/all/20100126160632.3bdbe172.akpm@linux-foundation.org/
2828

2929
- Log messages to explain your changes are as important as the
3030
changes themselves. Clearly written code and in-code comments

0 commit comments

Comments
 (0)