Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit f54c319

Browse files
committed
docs: Move development documentation into docs/development/
This patch moves almost all documentation related to development into the `docs/` subdirectory. The only exceptions are: - the toplevel `CONTRIBUTING.md` file, which needs to be located there since GitHub looks for it to link from the PR creation page - the documentation contributions guide, which is linked directly from a bunch of places; it might be worth reconsidering its location at some point in the future
1 parent 0d26b87 commit f54c319

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ On Linux or Mac, you can quickly build LiveCode by installing basic development
7575

7676
Please see the following table, which shows which target platforms are supported by which host platforms. The documentation for compiling for each target platform is linked.
7777

78-
| Target platform | Host platforms |
79-
| ------------------------------------------- | ----------------- |
80-
| [mac, ios](INSTALL-mac.md) | mac |
81-
| [win](INSTALL-win.md) | win, linux (Wine) |
82-
| [linux](INSTALL-linux.md) | linux |
83-
| [android](INSTALL-android.md) | mac, linux |
84-
| [emscripten (html5)](INSTALL-emscripten.md) | linux |
78+
| Target platform | Host platforms |
79+
| ---------------------------------------------------------- | ----------------- |
80+
| [mac, ios](docs/development/build--mac.md) | mac |
81+
| [win](docs/development/build-win.md) | win, linux (Wine) |
82+
| [linux](docs/development/build-linux.md) | linux |
83+
| [android](docs/development/build-android.md) | mac, linux |
84+
| [emscripten (html5)](docs/development/build-emscripten.md) | linux |
8585

8686
## Getting help
8787

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)