Skip to content

Commit

Permalink
fix: update link in deployment table empty screen
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <wonglam@amazon.com>
  • Loading branch information
wanglam committed Jun 12, 2023
1 parent 3870422 commit 1e61126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/components/monitoring/model_deployment_table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export const ModelDeploymentTable = ({
Deployed models will appear here. For more information, see{' '}
<EuiLink
role="link"
href="https://opensearch.org/docs/latest/ml-commons-plugin/ml-dashbaord/"
href="https://opensearch.org/docs/latest/ml-commons-plugin/ml-dashboard/"
external
>
Machine Learning Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('<DeployedModelTable />', () => {
});
expect(screen.getByRole('link')).toBeInTheDocument();
expect(screen.getByRole('link').getAttribute('href')).toEqual(
'https://opensearch.org/docs/latest/ml-commons-plugin/ml-dashbaord/'
'https://opensearch.org/docs/latest/ml-commons-plugin/ml-dashboard/'
);
expect(screen.queryByRole('columnheader')).not.toBeInTheDocument();
});
Expand Down

0 comments on commit 1e61126

Please sign in to comment.