mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Changes doc link of startTrainedModelsDeployment (#160863)
## Summary This PR changes a URL in the doc link service as the URL of the corresponding page has changed.
This commit is contained in:
parent
83892885c4
commit
0fb3720eaa
1 changed files with 1 additions and 1 deletions
|
@ -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`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue