From eb3ae9a2040c2fc3b6adce91ea61091ec0f2466a Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Thu, 15 Oct 2020 08:47:04 -0400 Subject: [PATCH] [DOCS] Replace xref with external link (#63736) --- docs/reference/migration/migrate_7_10.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/migration/migrate_7_10.asciidoc b/docs/reference/migration/migrate_7_10.asciidoc index 94dbbf390a6..756b203d363 100644 --- a/docs/reference/migration/migrate_7_10.asciidoc +++ b/docs/reference/migration/migrate_7_10.asciidoc @@ -188,12 +188,12 @@ If you use `inner_hits` or the `top_hits` aggregation, ensure ==== *Details* + The repository stats API was introduced as an experimental API in 7.8.0. The -<> now replace the +{ref}/repositories-metering-apis.html[repositories metering APIs] now replace the repository stats API. The repository stats API has been deprecated and will be removed in 8.0.0. *Impact* + -Use the <>. Discontinue -use of the repository stats API. +Use the {ref}/repositories-metering-apis.html[repositories metering APIs]. +Discontinue use of the repository stats API. ==== //end::notable-breaking-changes[]