Update doc links in README

dev
Fiftytwo 2023-08-28 23:31:44 +02:00
parent 7d75b9cc14
commit 0a95289f9f
1 changed files with 3 additions and 3 deletions

View File

@ -46,10 +46,10 @@ Development builds are compiled every push to the repository by GitHub Actions:\
## Compiling from source ## Compiling from source
Instructions on how to build the game from sources are available for the following environments: Instructions on how to build the game from sources are available for the following environments:
- [Linux](https://github.com/colobot/colobot/blob/dev/INSTALL.md) - [Linux](INSTALL.md)
- [Windows (MSYS2)](https://github.com/colobot/colobot/blob/dev/INSTALL-MSYS2.md) - [Windows (MSYS2)](docs/INSTALL-MSYS2.md)
- [Windows (MSVC)](https://github.com/colobot/colobot/wiki/How-to-Build-Colobot%3A-Gold-Edition-Using-MSVC) - [Windows (MSVC)](https://github.com/colobot/colobot/wiki/How-to-Build-Colobot%3A-Gold-Edition-Using-MSVC)
- [MacOS](https://github.com/colobot/colobot/blob/dev/INSTALL-MacOSX.md) - [MacOS](docs/INSTALL-MacOSX.md)
## Contributing ## Contributing