]> git.ipfire.org Git - thirdparty/git.git/commitdiff
api docs: link to html version of api-trace2
authorTodd Zullinger <tmz@pobox.com>
Fri, 16 Sep 2022 06:23:03 +0000 (02:23 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Sep 2022 15:39:11 +0000 (08:39 -0700)
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>
Documentation/technical/api-error-handling.txt

index 70bf1d3e522fea62b034fc3f2b380ab6ca6a812c..665c4960b440baef2d5306742cca998836478338 100644 (file)
@@ -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
 ---------------------------