Skip to content

Commit f9a64b2

Browse files
authored
Fix broken link on Get Started button (#1088)
1 parent 0da4cd8 commit f9a64b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Index = () => {
4848

4949
<Link
5050
className='button button--secondary button--lg'
51-
to={useBaseUrl('docs/index')}
51+
to={useBaseUrl('docs')}
5252
>
5353
Get Started
5454
</Link>

0 commit comments

Comments
 (0)