Skip to content

Commit

Permalink
[DOCS] Removes // from start trained model deployment link (#2534)
Browse files Browse the repository at this point in the history
Changes `{ref}//start-trained-model-deployment.html` to `{ref}/start-trained-model-deployment.html`

(cherry picked from commit 1b9b0c3)
  • Loading branch information
KOTungseth authored and mergify[bot] committed Aug 31, 2023
1 parent 9258b80 commit 4319900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/stack/ml/nlp/ml-nlp-apis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
* {ref}/put-trained-models-aliases.html[Update trained model aliases]

0 comments on commit 4319900

Please sign in to comment.