Skip to content

Commit

Permalink
Fix link to calendar docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Dec 21, 2020
1 parent 5ece8cb commit 877a07c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Description: FC = memo(({ children }) => {
const {
services: { docLinks },
} = useMlKibana();
const docsUrl = docLinks.links.ml.customUrls;
const docsUrl = docLinks.links.ml.calendars;
const title = i18n.translate(
'xpack.ml.newJob.wizard.jobDetailsStep.additionalSection.calendarsSelection.title',
{
Expand Down

0 comments on commit 877a07c

Please sign in to comment.