Skip to content

Commit

Permalink
fix: website link
Browse files Browse the repository at this point in the history
  • Loading branch information
Disservin committed Oct 11, 2024
1 parent 0b4c58c commit 5726c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default defineConfig({
{ text: "What is chess-library", link: "/pages/what-is" },
{ text: "Getting Started", link: "/pages/getting-started" },
{ text: "PGN parsing", link: "/pages/pgn-parsing" },
{ text: "Examples", link: "/pages/examples" },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hero:
actions:
- theme: brand
text: Get Started
link: /pages/usage
link: /pages/getting-started
- theme: alt
text: View on GitHub
link: https://github.com/Disservin/chess-library
Expand Down

0 comments on commit 5726c26

Please sign in to comment.