diff options
author | Jeff King <peff@peff.net> | 2019-11-27 13:54:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-30 18:12:26 +0100 |
commit | 3eae30e4649dd3174fdce7a92115c972763baa5b (patch) | |
tree | 0baecbd6de9171f444ba065b9f7627a71b8dc0f4 /Documentation/technical/multi-pack-index.txt | |
parent | doc: recommend lore.kernel.org over public-inbox.org (diff) | |
download | git-3eae30e4649dd3174fdce7a92115c972763baa5b.tar.xz git-3eae30e4649dd3174fdce7a92115c972763baa5b.zip |
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 'Documentation/technical/multi-pack-index.txt')
-rw-r--r-- | Documentation/technical/multi-pack-index.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt index d7e57639f7..1e31239696 100644 --- a/Documentation/technical/multi-pack-index.txt +++ b/Documentation/technical/multi-pack-index.txt @@ -102,8 +102,8 @@ Related Links [0] https://bugs.chromium.org/p/git/issues/detail?id=6 Chromium work item for: Multi-Pack Index (MIDX) -[1] https://public-inbox.org/git/20180107181459.222909-1-dstolee@microsoft.com/ +[1] https://lore.kernel.org/git/20180107181459.222909-1-dstolee@microsoft.com/ An earlier RFC for the multi-pack-index feature -[2] https://public-inbox.org/git/alpine.DEB.2.20.1803091557510.23109@alexmv-linux/ +[2] https://lore.kernel.org/git/alpine.DEB.2.20.1803091557510.23109@alexmv-linux/ Git Merge 2018 Contributor's summit notes (includes discussion of MIDX) |