[DOCS] Fix links to search profiling (#27501)

This commit is contained in:
Lisa Cawley 2018-12-19 07:56:13 -08:00 committed by lcawl
parent 23bac512b3
commit eb78c1bb6b
2 changed files with 3 additions and 3 deletions

View file

@ -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].

View file

@ -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].