Skip to content

Commit

Permalink
Fixed urls.
Browse files Browse the repository at this point in the history
  • Loading branch information
scheuclu committed Jun 20, 2023
1 parent d85809a commit 5786db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const config = {
items: [
{
label: 'Tutorial',
to: '/docs/tutorial/intro',
to: '/tutorial/intro',
},
{
label: 'Code reference',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/tutorial/intro">
to="/tutorial/intro">
Click here to start our tutorial 🤓
</Link>
</div>
Expand Down

0 comments on commit 5786db9

Please sign in to comment.