Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 71e1918

Browse files
committed
fixing links
1 parent 6050dd1 commit 71e1918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ async function createConfig() {
9191
items: [
9292
{
9393
label: "Language Reference",
94-
to: "/docs/intro",
94+
to: "/intro",
9595
},
9696
],
9797
},

website/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import styles from './index.module.css';
1010
/**
1111
<Link
1212
className="button button--secondary button--lg"
13-
to="/docs/intro">
13+
to="/intro">
1414
Docusaurus Tutorial - 5min ⏱️
1515
</Link>
1616
*/

0 commit comments

Comments
 (0)