Skip to content

Commit

Permalink
Removing broken link, adding .idea to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
poplexity committed May 16, 2022
1 parent f24a640 commit a5a4de4
Show file tree
Hide file tree
Showing 3 changed files with 7,634 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
.docusaurus
.cache-loader

# ide files
.idea

# Misc
.DS_Store
.env.local
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Docusaurus Tutorial - 5min ⏱️
to="/docs/">
Get started!
</Link>
</div>
</div>
Expand Down
Loading

0 comments on commit a5a4de4

Please sign in to comment.