Skip to content

Commit f32bee6

Browse files
committed
doc: use autolink for ui.perfetto.dev
1 parent 5ac3533 commit f32bee6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

doc/api/tracing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.
105105
Node.js can also be built with [Perfetto][] support, as described in
106106
[BUILDING.md][]. Such a build writes Perfetto protobuf traces instead of JSON,
107107
so the default file name becomes `node_trace.${rotation}.pftrace` and the files
108-
can be opened in [`ui.perfetto.dev`][]. It cannot write JSON traces, and it
108+
can be opened in <https://ui.perfetto.dev>. It cannot write JSON traces, and it
109109
does not support trace collection over the inspector protocol.
110110

111111
To guarantee that the log file is properly generated after signal events like
@@ -375,4 +375,3 @@ collect();
375375
[V8]: v8.md
376376
[`Worker`]: worker_threads.md#class-worker
377377
[`async_hooks`]: async_hooks.md
378-
[`ui.perfetto.dev`]: https://ui.perfetto.dev/

0 commit comments

Comments
 (0)