Skip to content

Commit 086eaab

Browse files
tmzullingergitster
authored andcommitted
docs: fix a few recently broken links
Some links were broken in the recent move of various technical docs c0f6dd4 (Merge branch 'ab/tech-docs-to-help', 2022-08-14). Fix them. Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d3fa443 commit 086eaab

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

Documentation/gitprotocol-capabilities.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ the server as well.
388388
Session IDs should be unique to a given process. They must fit within a
389389
packet-line, and must not contain non-printable or whitespace characters. The
390390
current implementation uses trace2 session IDs (see
391-
link:api-trace2.html[api-trace2] for details), but this may change and users of
392-
the session ID should not rely on this fact.
391+
link:technical/api-trace2.html[api-trace2] for details), but this may change
392+
and users of the session ID should not rely on this fact.
393393

394394
GIT
395395
---

Documentation/gitprotocol-v2.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ the server as well.
544544
Session IDs should be unique to a given process. They must fit within a
545545
packet-line, and must not contain non-printable or whitespace characters. The
546546
current implementation uses trace2 session IDs (see
547-
link:api-trace2.html[api-trace2] for details), but this may change and users of
548-
the session ID should not rely on this fact.
547+
link:technical/api-trace2.html[api-trace2] for details), but this may change
548+
and users of the session ID should not rely on this fact.
549549

550550
object-info
551551
~~~~~~~~~~~

Documentation/technical/bundle-uri.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Bundle URIs
33

44
Git bundles are files that store a pack-file along with some extra metadata,
55
including a set of refs and a (possibly empty) set of necessary commits. See
6-
linkgit:git-bundle[1] and link:bundle-format.txt[the bundle format] for more
7-
information.
6+
linkgit:git-bundle[1] and linkgit:gitformat-bundle[5] for more information.
87

98
Bundle URIs are locations where Git can download one or more bundles in
109
order to bootstrap the object database in advance of fetching the remaining

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3133,7 +3133,7 @@ those "loose" objects.
31333133
You can save space and make Git faster by moving these loose objects in
31343134
to a "pack file", which stores a group of objects in an efficient
31353135
compressed format; the details of how pack files are formatted can be
3136-
found in link:gitformat-pack[5].
3136+
found in linkgit:gitformat-pack[5].
31373137

31383138
To put the loose objects into a pack, just run git repack:
31393139

0 commit comments

Comments
 (0)