From 8cd7e60cde60deadd2f45056b856d6c89876fcf2 Mon Sep 17 00:00:00 2001 From: Stepland <10530295-Buggyroom@users.noreply.gitlab.com> Date: Fri, 28 Jul 2023 02:04:20 +0200 Subject: [PATCH] fix some links in the docs --- docs/Releases.md | 2 +- docs/Setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Releases.md b/docs/Releases.md index 2e92eaf..50147ef 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -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 diff --git a/docs/Setup.md b/docs/Setup.md index d9b7719..bc398b4 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -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