fix some links in the docs

This commit is contained in:
Stepland 2023-07-28 02:04:20 +02:00
parent a959e7e72d
commit 8cd7e60cde
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
## Windows (MSYS2)
0. Pull the latest version of the code
0. Follow the [compilation instructions](Compiling.md)
0. Follow the [compilation instructions](docs/Compiling.md)
0. Open an MSYS2 x64 terminal
0. `cd` into FEIS's source code root
0. Use the release making script

View File

@ -33,7 +33,7 @@ Install dependencies
sudo apt install libsfml-dev libopenal-dev libgmp-dev libaubio-dev libfftw3-dev
```
Then checkout [this page](Compiling.md) for instructions on how to compile
Then checkout [this page](docs/Compiling.md) for instructions on how to compile
### I also want to contribute some code