Skip to content

Commit 311faf2

Browse files
committed
[DOCS] More URL fixes
1 parent d44fe09 commit 311faf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/legacy/plugins/ml/public/application/components/validate_job/validate_job_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { FormattedMessage } from '@kbn/i18n/react';
2727

2828
import { 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

x-pack/legacy/plugins/ml/server/models/job_validation/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)