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.

Signed-off-by: Venu Vardhan Reddy Tekula <venu@bitergia.com>
  • Loading branch information
vchrombie committed Apr 26, 2021
1 parent 26540d6 commit 286ff0c
Showing 1 changed file with 1 addition and 1 deletion.
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 286ff0c

Please sign in to comment.