[8.9] Changes doc link of startTrainedModelsDeployment (#160863) (#160874)

# Backport

This will backport the following commits from `main` to `8.9`:
- [Changes doc link of startTrainedModelsDeployment
(#160863)](https://github.com/elastic/kibana/pull/160863)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"István Zoltán
Szabó","email":"szabosteve@gmail.com"},"sourceCommit":{"committedDate":"2023-06-29T11:38:42Z","message":"Changes
doc link of startTrainedModelsDeployment (#160863)\n\n##
Summary\r\n\r\nThis PR changes a URL in the doc link service as the URL
of the\r\ncorresponding page has
changed.","sha":"0fb3720eaa2dff191f6b71755d92c84076fa7791","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","v8.9.0","v8.8.2","v8.10.0"],"number":160863,"url":"https://github.com/elastic/kibana/pull/160863","mergeCommit":{"message":"Changes
doc link of startTrainedModelsDeployment (#160863)\n\n##
Summary\r\n\r\nThis PR changes a URL in the doc link service as the URL
of the\r\ncorresponding page has
changed.","sha":"0fb3720eaa2dff191f6b71755d92c84076fa7791"}},"sourceBranch":"main","suggestedTargetBranches":["8.9","8.8"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.8","label":"v8.8.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/160863","number":160863,"mergeCommit":{"message":"Changes
doc link of startTrainedModelsDeployment (#160863)\n\n##
Summary\r\n\r\nThis PR changes a URL in the doc link service as the URL
of the\r\ncorresponding page has
changed.","sha":"0fb3720eaa2dff191f6b71755d92c84076fa7791"}}]}]
BACKPORT-->

Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com>
This commit is contained in:
Kibana Machine 2023-06-29 09:17:41 -04:00 committed by GitHub
parent 7d6c2468d7
commit 19d0a103f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -484,7 +484,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
classificationAucRoc: `${MACHINE_LEARNING_DOCS}ml-dfa-classification.html#ml-dfanalytics-class-aucroc`,
setUpgradeMode: `${ELASTICSEARCH_DOCS}ml-set-upgrade-mode.html`,
trainedModels: `${MACHINE_LEARNING_DOCS}ml-trained-models.html`,
startTrainedModelsDeployment: `${MACHINE_LEARNING_DOCS}ml-nlp-deploy-models.html#ml-nlp-deploy-model`,
startTrainedModelsDeployment: `${MACHINE_LEARNING_DOCS}ml-nlp-deploy-model.html`,
},
transforms: {
guide: `${ELASTICSEARCH_DOCS}transforms.html`,