Skip to content

Commit 5212f31

Browse files
committed
Remove prepending docs url part
1 parent 60d2dcc commit 5212f31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const config: Config = {
9393
items: [
9494
{
9595
label: 'Tutorial',
96-
to: 'docs/docs/leads/home',
96+
to: 'docs/leads/home',
9797
},
9898
],
9999
},

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function HomepageHeader() {
2020
<div className={styles.buttons}>
2121
<Link
2222
className="button button--secondary button--lg"
23-
to="docs/docs/leads/home"
23+
to="docs/leads/home"
2424
>
2525
Docusaurus Tutorial - 5min ⏱️
2626
</Link>

0 commit comments

Comments
 (0)