mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Fixes a link in ML Package loader. (#95502)
This commit is contained in:
parent
7d6648d313
commit
834acd66c2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class MachineLearningPackageLoader extends Plugin implements ActionPlugin
|
|||
public static final String UTILITY_THREAD_POOL_NAME = "ml_utility";
|
||||
|
||||
private static final String MODEL_REPOSITORY_DOCUMENTATION_LINK = format(
|
||||
"https://www.elastic.co/guide/en/machine-learning/%d.%d/ml-nlp-deploy-models.html#ml-nlp-deploy-model-air-gaped",
|
||||
"https://www.elastic.co/guide/en/machine-learning/%d.%d/ml-nlp-deploy-models.html#ml-nlp-deploy-model-air-gapped",
|
||||
Version.CURRENT.major,
|
||||
Version.CURRENT.minor
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue