Skip to content

Commit

Permalink
fix: jump to language-specific docs (#112)
Browse files Browse the repository at this point in the history
When accessing `/zh-CN`, should jump to `/zh-CN/docs/`, not /docs/.
  • Loading branch information
sy-records authored Oct 31, 2023
1 parent 6905a11 commit 26decb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomePageHeader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const HomeHead: FC = () => {
size="lg"
variant="primary"
className="fw-normal fs-20 btnMain me-3"
href="/docs"
href="docs"
>
<Translate id="home.btn.started">Get Started</Translate>
</Button>
Expand Down

0 comments on commit 26decb7

Please sign in to comment.