diff options
| author | Todd Zullinger <tmz@pobox.com> | 2022-09-16 02:23:02 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-09-16 08:38:03 -0700 |
| commit | 086eaab8da7da69907cfc1461d912aea2827406b (patch) | |
| tree | 53832d08e5df33739d6dc1a7c5015c4a87479448 /Documentation/technical | |
| parent | d3fa443f97e3a8d75b51341e2d5bac380b7422df (diff) | |
| download | git-086eaab8da7da69907cfc1461d912aea2827406b.tar.xz | |
docs: fix a few recently broken links
Some links were broken in the recent move of various technical docs
c0f6dd49f1 (Merge branch 'ab/tech-docs-to-help', 2022-08-14).
Fix them.
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
| -rw-r--r-- | Documentation/technical/bundle-uri.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/technical/bundle-uri.txt b/Documentation/technical/bundle-uri.txt index c25c42378a..85c6a7fc7c 100644 --- a/Documentation/technical/bundle-uri.txt +++ b/Documentation/technical/bundle-uri.txt @@ -3,8 +3,7 @@ Bundle URIs Git bundles are files that store a pack-file along with some extra metadata, including a set of refs and a (possibly empty) set of necessary commits. See -linkgit:git-bundle[1] and link:bundle-format.txt[the bundle format] for more -information. +linkgit:git-bundle[1] and linkgit:gitformat-bundle[5] for more information. Bundle URIs are locations where Git can download one or more bundles in order to bootstrap the object database in advance of fetching the remaining |
