Skip to content

Commit 1b9b0c3

Browse files
authored
[DOCS] Removes // from start trained model deployment link (#2534)
Changes `{ref}//start-trained-model-deployment.html` to `{ref}/start-trained-model-deployment.html`
1 parent d944a3e commit 1b9b0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/stack/ml/nlp/ml-nlp-apis.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ All the trained models endpoints have the following base:
2121
// INFER
2222
* {ref}/infer-trained-model.html[Infer trained model]
2323
// START
24-
* {ref}//start-trained-model-deployment.html[Start trained model deployment]
24+
* {ref}/start-trained-model-deployment.html[Start trained model deployment]
2525
// STOP
2626
* {ref}/stop-trained-model-deployment.html[Stop trained model deployment]
2727
// UPDATE
28-
* {ref}/put-trained-models-aliases.html[Update trained model aliases]
28+
* {ref}/put-trained-models-aliases.html[Update trained model aliases]

0 commit comments

Comments
 (0)