manual: remove use of \href

This commit is contained in:
Simon Cruanes 2023-12-29 09:33:07 -05:00
parent b558f65004
commit 737759bc43
No known key found for this signature in database
GPG Key ID: EBFFF6F283F3A2B4

View File

@ -3857,7 +3857,7 @@ Currently, there's support for the following formats:
$ import-chrome mytracefile.json mytracefile.tracy
$ tracy mytracefile.tracy
\end{lstlisting}
\item \href{https://fuchsia.dev/fuchsia-src/reference/tracing/trace-format}{Fuchsia's tracing format}
\item Fuchsia's tracing format\footnote{\url{https://fuchsia.dev/fuchsia-src/reference/tracing/trace-format}}
data through the \texttt{import-fuchsia} utility.
This format has many commonalities with the chrome:tracing format, but it uses a
compact and efficient binary encoding that can help lower tracing overhead.