File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
public/application/components/validate_job
server/models/job_validation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import { FormattedMessage } from '@kbn/i18n/react';
2727
2828import { metadata } from 'ui/metadata' ;
2929// metadata.branch corresponds to the version used in documentation links.
30- const jobTipsUrl = `https://www.elastic.co/guide/en/elastic-stack-overview /${ metadata . branch } /create-jobs.html#job-tips` ;
30+ const jobTipsUrl = `https://www.elastic.co/guide/en/machine-learning /${ metadata . branch } /create-jobs.html#job-tips` ;
3131
3232// don't use something like plugins/ml/../common
3333// because it won't work with the jest tests
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const getMessages = () => {
1414 return messages ;
1515 }
1616
17- const createJobsDocsUrl = `https://www.elastic.co/guide/en/elastic-stack-overview /{{version}}/create-jobs.html` ;
17+ const createJobsDocsUrl = `https://www.elastic.co/guide/en/machine-learning /{{version}}/create-jobs.html` ;
1818
1919 return ( messages = {
2020 field_not_aggregatable : {
You can’t perform that action at this time.
0 commit comments