docs: fix Chrome Tracing tool link markdown (#23367)

This commit is contained in:
szTheory
2020-04-30 20:46:16 +00:00
committed by GitHub
parent 8edc7a1fb1
commit 43a8dd5b86

View File

@@ -42,7 +42,7 @@ improve performance.
To learn more about how to profile your app's code, familiarize yourself with
the Chrome Developer Tools. For advanced analysis looking at multiple processes
at once, consider the [Chrome Tracing] tool.
at once, consider the [Chrome Tracing](https://www.chromium.org/developers/how-tos/trace-event-profiling-tool) tool.
### Recommended Reading