From c0d568241b9497269092414064f5cd4fdab22f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kapu=C5=9Bci=C5=84ski?= Date: Tue, 22 Aug 2023 22:42:40 +0200 Subject: [PATCH] Moved some documentation files to docs directory --- CONTRIBUTING.md | 2 +- INSTALL.md | 4 ++-- INSTALL-MSYS2.md => docs/INSTALL-MSYS2.md | 0 INSTALL-MacOSX.md => docs/INSTALL-MacOSX.md | 0 README-dev.md => docs/README-dev.md | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename INSTALL-MSYS2.md => docs/INSTALL-MSYS2.md (100%) rename INSTALL-MacOSX.md => docs/INSTALL-MacOSX.md (100%) rename README-dev.md => docs/README-dev.md (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 63359976..1e97daa0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ So you want to contribute to Colobot: Gold Edition? That's awesome! Before you s Before you start, read more about technical details of the project. They can be found in: -* [Developer README](README-dev.md) +* [Developer README](docs/README-dev.md) * [Doxygen documentation (doc)](https://github.com/colobot/colobot/actions) * [Working with translations](https://github.com/colobot/colobot/wiki/Working-with-translations) * [Working with models](https://github.com/colobot/colobot/wiki/Working-with-Colobot:-Gold-Edition-models) diff --git a/INSTALL.md b/INSTALL.md index 91c7b922..69ce5837 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -31,7 +31,7 @@ You can also compile directly on Windows with MSYS2/MinGW-w64 or Visual Studio s #### Compiling with MSYS2/MinGW-w64 -See the [INSTALL-MSYS2.md](INSTALL-MSYS2.md) file for details. +See the [INSTALL-MSYS2.md](docs/INSTALL-MSYS2.md) file for details. #### Compiling with MSVC (Visual Studio) @@ -115,7 +115,7 @@ So if you provided prefix "/some/prefix", you can run: ### Compiling on MacOS X -As of 0.1.2-alpha, we have added MacOS X support. See [INSTALL-MacOSX.md](INSTALL-MacOSX.md) +As of 0.1.2-alpha, we have added MacOS X support. See [INSTALL-MacOSX.md](docs/INSTALL-MacOSX.md) file for details. diff --git a/INSTALL-MSYS2.md b/docs/INSTALL-MSYS2.md similarity index 100% rename from INSTALL-MSYS2.md rename to docs/INSTALL-MSYS2.md diff --git a/INSTALL-MacOSX.md b/docs/INSTALL-MacOSX.md similarity index 100% rename from INSTALL-MacOSX.md rename to docs/INSTALL-MacOSX.md diff --git a/README-dev.md b/docs/README-dev.md similarity index 100% rename from README-dev.md rename to docs/README-dev.md