From 3eae30e4649dd3174fdce7a92115c972763baa5b Mon Sep 17 00:00:00 2001 From: Jeff King Date: Wed, 27 Nov 2019 07:54:04 -0500 Subject: doc: replace public-inbox links with lore.kernel.org Since we're now recommending lore.kernel.org (and because the public-inbox.org domain might eventually go away), let's update our internal references to use it, too. That future-proofs our references, and sets the example we want people to follow. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- t/t4038-diff-combined.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t4038-diff-combined.sh') diff --git a/t/t4038-diff-combined.sh b/t/t4038-diff-combined.sh index d4afe12554..0eaea91af7 100755 --- a/t/t4038-diff-combined.sh +++ b/t/t4038-diff-combined.sh @@ -354,7 +354,7 @@ test_expect_failure 'combine diff coalesce three parents' ' ' # Test for a bug reported at -# https://public-inbox.org/git/20130515143508.GO25742@login.drsnuggles.stderr.nl/ +# https://lore.kernel.org/git/20130515143508.GO25742@login.drsnuggles.stderr.nl/ # where a delete lines were missing from combined diff output when they # occurred exactly before the context lines of a later change. test_expect_success 'combine diff missing delete bug' ' -- cgit v1.2.1