Skip to content

Commit

Permalink
[ML] Fix leading slash.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed May 16, 2022
1 parent 08c920d commit b7eadb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const AIOPS_BREADCRUMB: ChromeBreadcrumb = Object.freeze({
text: i18n.translate('xpack.ml.aiopsBreadcrumbLabel', {
defaultMessage: 'AIOps',
}),
href: 'aiops/explain_log_rate_spikes_index_select',
href: '/aiops/explain_log_rate_spikes_index_select',
});

export const CREATE_JOB_BREADCRUMB: ChromeBreadcrumb = Object.freeze({
Expand Down

0 comments on commit b7eadb4

Please sign in to comment.