Skip to content

Commit

Permalink
Fix broken link in the Overview page
Browse files Browse the repository at this point in the history
The 'Try our sample data' link in the opensearch dashboards
overview page is broken. It has to be pointed to the path
`/home#/tutorial_directory/sampleData`. This commit fixes it.
The snapshots are updated accordingly.

Signed-off-by: Venu Vardhan Reddy Tekula <venu@bitergia.com>
  • Loading branch information
vchrombie committed Apr 26, 2021
1 parent 26540d6 commit c36c78c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const AddData: FC<Props> = ({ addBasePath, features }) => {
<EuiButtonEmpty
className="osdOverviewDataAdd__actionButton"
flush="left"
href={addBasePath('#/tutorial_directory/sampleData')}
href={addBasePath('/app/home#/tutorial_directory/sampleData')}
iconType="visTable"
size="xs"
>
Expand Down

0 comments on commit c36c78c

Please sign in to comment.