]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: fix a few recently broken links
authorTodd Zullinger <tmz@pobox.com>
Fri, 16 Sep 2022 06:23:02 +0000 (02:23 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Sep 2022 15:38:03 +0000 (08:38 -0700)
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>
Documentation/gitprotocol-capabilities.txt
Documentation/gitprotocol-v2.txt
Documentation/technical/bundle-uri.txt
Documentation/user-manual.txt

index c6dcc7d565d7f0687cbf0bb2226b0288db968996..0fb5ea0c1ca7547679d060f8fe2be7d2edf58c86 100644 (file)
@@ -388,8 +388,8 @@ the server as well.
 Session IDs should be unique to a given process. They must fit within a
 packet-line, and must not contain non-printable or whitespace characters. The
 current implementation uses trace2 session IDs (see
-link:api-trace2.html[api-trace2] for details), but this may change and users of
-the session ID should not rely on this fact.
+link:technical/api-trace2.html[api-trace2] for details), but this may change
+and users of the session ID should not rely on this fact.
 
 GIT
 ---
index c9c0f9160b22e4324e2414cebabe951ae175ad1c..59bf41cefb9b958f57e6e95201784ec8cec56fb0 100644 (file)
@@ -544,8 +544,8 @@ the server as well.
 Session IDs should be unique to a given process. They must fit within a
 packet-line, and must not contain non-printable or whitespace characters. The
 current implementation uses trace2 session IDs (see
-link:api-trace2.html[api-trace2] for details), but this may change and users of
-the session ID should not rely on this fact.
+link:technical/api-trace2.html[api-trace2] for details), but this may change
+and users of the session ID should not rely on this fact.
 
 object-info
 ~~~~~~~~~~~
index c25c42378abe1f9c14359326ad253e1882f9ec5f..85c6a7fc7c55c6d3e9ff158e61a5a38ff0315b97 100644 (file)
@@ -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
index ca9decdd952f88b970999cfd5e772004c45d30d4..dc9c6a663a97e644d865e7d01957bfa2ac77bb5d 100644 (file)
@@ -3133,7 +3133,7 @@ those "loose" objects.
 You can save space and make Git faster by moving these loose objects in
 to a "pack file", which stores a group of objects in an efficient
 compressed format; the details of how pack files are formatted can be
-found in link:gitformat-pack[5].
+found in linkgit:gitformat-pack[5].
 
 To put the loose objects into a pack, just run git repack: