Skip to content

Commit

Permalink
update to correct machine learning document address to fix opensearch…
Browse files Browse the repository at this point in the history
…-project#208

Signed-off-by: Lin Wang <wonglam@amazon.com>
  • Loading branch information
wanglam committed Jun 9, 2023
1 parent 31df7d4 commit 3870422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('<ExperimentalWarning />', () => {
render(<ExperimentalWarning />);
const link = screen.getByText('Machine Learning Documentation');
expect(link.getAttribute('href')).toBe(
'https://opensearch.org/docs/latest/ml-commons-plugin/ml-dashbaord/'
'https://opensearch.org/docs/latest/ml-commons-plugin/ml-dashboard/'
);
});

Expand Down
2 changes: 1 addition & 1 deletion public/components/experiment_warning/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ExperimentalWarning = () => {
<EuiCallOut title="Experimental Feature" iconType="iInCircle">
The feature is experimental and should not be used in a production environment. For more
information, see{' '}
<EuiLink href="https://opensearch.org/docs/latest/ml-commons-plugin/ml-dashbaord/" external>
<EuiLink href="https://opensearch.org/docs/latest/ml-commons-plugin/ml-dashboard/" external>
Machine Learning Documentation
</EuiLink>
. To leave feedback, visit{' '}
Expand Down

0 comments on commit 3870422

Please sign in to comment.