From eb78c1bb6b13569b13dce63c466b662c90af0b43 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 19 Dec 2018 07:56:13 -0800 Subject: [PATCH] [DOCS] Fix links to search profiling (#27501) --- docs/dev-tools/searchprofiler/getting-started.asciidoc | 2 +- docs/dev-tools/searchprofiler/more-complicated.asciidoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev-tools/searchprofiler/getting-started.asciidoc b/docs/dev-tools/searchprofiler/getting-started.asciidoc index 02fa5014a1a6..abe9789504a3 100644 --- a/docs/dev-tools/searchprofiler/getting-started.asciidoc +++ b/docs/dev-tools/searchprofiler/getting-started.asciidoc @@ -69,4 +69,4 @@ a row, the Search Profiler displays additional information about the query compo image::dev-tools/searchprofiler/images/gs6.png["Profile details for the first shard"] + This panel shows the timing breakdown of low-level Lucene methods. For more information, -see the reference docs for {ref}/_profiling_queries.html#_timing_breakdown[Timing Breakdown]. +see the reference docs for timing breakdowns in {ref}/search-profile-queries.html[Profiling queries]. diff --git a/docs/dev-tools/searchprofiler/more-complicated.asciidoc b/docs/dev-tools/searchprofiler/more-complicated.asciidoc index e1c5f4bdac4a..2fd55ab422e6 100644 --- a/docs/dev-tools/searchprofiler/more-complicated.asciidoc +++ b/docs/dev-tools/searchprofiler/more-complicated.asciidoc @@ -119,5 +119,5 @@ Click a shard's Expand button to view the aggregation details. Hover over an aggregation row to view the timing breakdown. For more information about how the Search Profiler works, how timings are calculated, and -how to interpret various results, see the -{ref}/_profiling_queries.html[Profile Reference Documentation] +how to interpret various results, see +{ref}/search-profile-queries.html[Profiling queries].