Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
We were missing a link to a previously deleted file.
  • Loading branch information
MikelElizondo committed Mar 5, 2024
1 parent 3ed8eee commit 19d711e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min ⏱️
to="/docs/category/tutorials">
Biotz Tutorial - 5min ⏱️
</Link>
</div>
</div>
Expand Down

0 comments on commit 19d711e

Please sign in to comment.