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

This commit is contained in:
Lisa Cawley 2018-12-19 07:56:13 -08:00 committed by GitHub
parent 14bf38e697
commit e65ad31de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"] 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, 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. aggregation row to view the timing breakdown.
For more information about how the Search Profiler works, how timings are calculated, and For more information about how the Search Profiler works, how timings are calculated, and
how to interpret various results, see the how to interpret various results, see
{ref}/_profiling_queries.html[Profile Reference Documentation] {ref}/search-profile-queries.html[Profiling queries].