From 43199005fbe73329fc350527511660ea541ab84b Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Thu, 31 Aug 2023 13:54:19 -0500 Subject: [PATCH] [DOCS] Removes // from start trained model deployment link (#2534) Changes `{ref}//start-trained-model-deployment.html` to `{ref}/start-trained-model-deployment.html` (cherry picked from commit 1b9b0c33088fbd173dd0223cb6a84a01efe249a0) --- docs/en/stack/ml/nlp/ml-nlp-apis.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/stack/ml/nlp/ml-nlp-apis.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-apis.asciidoc index eaa6e6642..9dce692c6 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-apis.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-apis.asciidoc @@ -21,8 +21,8 @@ All the trained models endpoints have the following base: // INFER * {ref}/infer-trained-model.html[Infer trained model] // START -* {ref}//start-trained-model-deployment.html[Start trained model deployment] +* {ref}/start-trained-model-deployment.html[Start trained model deployment] // STOP * {ref}/stop-trained-model-deployment.html[Stop trained model deployment] // UPDATE -* {ref}/put-trained-models-aliases.html[Update trained model aliases] \ No newline at end of file +* {ref}/put-trained-models-aliases.html[Update trained model aliases]