Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mauran <[email protected]>
  • Loading branch information
thomas-mauran committed Nov 23, 2024
1 parent 3331f64 commit 5e749c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This command will store in your home directory the chess engine path so you don'

### Documentation

You can find the documentation of the project [here](https://thomas-mauran.github.io/chess-tui/docs/Intro)
You can find the documentation of the project [here](https://thomas-mauran.github.io/chess-tui/docs/intro)

### Roadmap

Expand Down
2 changes: 1 addition & 1 deletion website/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ cargo install chess-tui
chess-tui
```

You can find a more detailed installation guide with your favorite package manager in the [Installation](/docs/installation/Cargo) section.
You can find a more detailed installation guide with your favorite package manager in the [Installation](/docs/Installation/Cargo) section.
2 changes: 1 addition & 1 deletion website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';

const sidebars: SidebarsConfig = {
tutorialSidebar: [
'Intro',
'intro',
{
type: 'category',
label: 'Installation',
Expand Down

0 comments on commit 5e749c4

Please sign in to comment.