Skip to content

Commit 8c88f75

Browse files
committed
Merge branch 'tz/tech-docs-to-help-fix'
Docfix for topic already in -rc0. * tz/tech-docs-to-help-fix: api docs: link to html version of api-trace2 docs: fix a few recently broken links
2 parents 3239100 + 4945f04 commit 8c88f75

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
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/api-error-handling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ parse-options.c.
4646
returns -1 after reporting the situation to the caller.
4747

4848
These reports will be logged via the trace2 facility. See the "error"
49-
event in link:api-trace2.txt[trace2 API].
49+
event in link:api-trace2.html[trace2 API].
5050

5151
Customizable error handlers
5252
---------------------------

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)