From 94bca4130be00cdf5f36abf8a270c346ee48a832 Mon Sep 17 00:00:00 2001 From: NeoWorld <1235437+speedsters@users.noreply.github.com> Date: Sun, 29 Mar 2026 15:31:51 +0200 Subject: [PATCH] Fix broken link to input_pipeline_analyzer in profiler.md The reference was using incorrect markdown syntax [#input_pipeline_analyzer]. Fixed to use proper anchor link [input_pipeline_analyzer](#input_pipeline_analyzer). --- site/en/guide/profiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/guide/profiler.md b/site/en/guide/profiler.md index dee8a5a84a..cb45a57ecd 100644 --- a/site/en/guide/profiler.md +++ b/site/en/guide/profiler.md @@ -798,7 +798,7 @@ platform. ### Optimize the input data pipeline -Use the data from the [#input_pipeline_analyzer] to optimize your data input +Use the data from the [input_pipeline_analyzer](#input_pipeline_analyzer) to optimize your data input pipeline. An efficient data input pipeline can drastically improve the speed of your model execution by reducing device idle time. Try to incorporate the best practices detailed in the