summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-error-handling.txt
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2022-09-16 06:23:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-09-16 15:39:11 (GMT)
commit4945f046c7f5ef6e84f06a5f4abb1bbd18c1eb85 (patch)
treed682e8b2b172ff321413157be9fa7f7925a3381d /Documentation/technical/api-error-handling.txt
parent086eaab8da7da69907cfc1461d912aea2827406b (diff)
downloadgit-4945f046c7f5ef6e84f06a5f4abb1bbd18c1eb85.zip
git-4945f046c7f5ef6e84f06a5f4abb1bbd18c1eb85.tar.gz
git-4945f046c7f5ef6e84f06a5f4abb1bbd18c1eb85.tar.bz2
api docs: link to html version of api-trace2
In f6d25d7878 (api docs: document that BUG() emits a trace2 error event, 2021-04-13), a link to the plain text version of api-trace2 was added in `technical/api-error-handling.txt`. All of our other `link:`s point to the html versions. Do the same here. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/api-error-handling.txt')
-rw-r--r--Documentation/technical/api-error-handling.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-error-handling.txt b/Documentation/technical/api-error-handling.txt
index 70bf1d3..665c496 100644
--- a/Documentation/technical/api-error-handling.txt
+++ b/Documentation/technical/api-error-handling.txt
@@ -46,7 +46,7 @@ parse-options.c.
returns -1 after reporting the situation to the caller.
These reports will be logged via the trace2 facility. See the "error"
-event in link:api-trace2.txt[trace2 API].
+event in link:api-trace2.html[trace2 API].
Customizable error handlers
---------------------------