Skip to content

Commit

Permalink
Fixes home page welcome link (#69539) (#69564)
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers authored Jun 18, 2020
1 parent 69128e9 commit 216bfe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/plugins/home/public/application/components/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class Welcome extends React.Component<Props> {
id="home.dataManagementDisableCollection"
defaultMessage=" To stop collection, "
/>
<EuiLink href={this.services.addBasePath('app/management/kibana/settings')}>
<EuiLink href={this.services.addBasePath('management/kibana/settings')}>
<FormattedMessage
id="home.dataManagementDisableCollectionLink"
defaultMessage="disable usage data here."
Expand All @@ -116,7 +116,7 @@ export class Welcome extends React.Component<Props> {
id="home.dataManagementEnableCollection"
defaultMessage=" To start collection, "
/>
<EuiLink href={this.services.addBasePath('app/management/kibana/settings')}>
<EuiLink href={this.services.addBasePath('management/kibana/settings')}>
<FormattedMessage
id="home.dataManagementEnableCollectionLink"
defaultMessage="enable usage data here."
Expand Down

0 comments on commit 216bfe3

Please sign in to comment.