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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ improve performance.
To learn more about how to profile your app's code, familiarize yourself with 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 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 ### Recommended Reading