From 43a8dd5b8649dcfad1291c17a971619313b3174a Mon Sep 17 00:00:00 2001 From: szTheory Date: Thu, 30 Apr 2020 20:46:16 +0000 Subject: [PATCH] docs: fix Chrome Tracing tool link markdown (#23367) --- docs/tutorial/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/performance.md b/docs/tutorial/performance.md index 87f41ab57b45..cdf8c95924b8 100644 --- a/docs/tutorial/performance.md +++ b/docs/tutorial/performance.md @@ -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