diff options
author | Jeff King <peff@peff.net> | 2019-11-27 07:54:04 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-30 09:12:26 -0800 |
commit | 3eae30e4649dd3174fdce7a92115c972763baa5b (patch) | |
tree | 0baecbd6de9171f444ba065b9f7627a71b8dc0f4 /sha1dc | |
parent | doc: recommend lore.kernel.org over public-inbox.org (diff) | |
download | tgif-3eae30e4649dd3174fdce7a92115c972763baa5b.tar.xz |
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1dc')
-rw-r--r-- | sha1dc/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1dc/sha1.c b/sha1dc/sha1.c index 9d3cf81d4d..4afc989a9e 100644 --- a/sha1dc/sha1.c +++ b/sha1dc/sha1.c @@ -98,7 +98,7 @@ /* * Defines Big Endian on a whitelist of OSs that are known to be Big * Endian-only. See - * https://public-inbox.org/git/93056823-2740-d072-1ebd-46b440b33d7e@felt.demon.nl/ + * https://lore.kernel.org/git/93056823-2740-d072-1ebd-46b440b33d7e@felt.demon.nl/ */ #define SHA1DC_BIGENDIAN |