diff options
| author | Stefan Boberg <[email protected]> | 2026-03-23 12:23:19 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-23 12:23:19 +0100 |
| commit | 26aa50677403e4c5ad053b221bc7264fe1d249f2 (patch) | |
| tree | de196528390e8875b0551d52071038120d969f73 /README.md | |
| parent | Process management improvements (#881) (diff) | |
| download | zen-26aa50677403e4c5ad053b221bc7264fe1d249f2.tar.xz zen-26aa50677403e4c5ad053b221bc7264fe1d249f2.zip | |
Documentation updates (#882)
Restructured the docs folder in preparation for more docs. Improved the contents a bit.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,7 +56,7 @@ from a Command Prompt window or a Terminal instance * build all targets at once: `xmake` Compiled binaries end up in the `build` directory. xmake uses the `.xmake` directory to store -project specific state. For more tips on working with xmake, see [xmake notes](docs/xmake.md) +project specific state. For more tips on working with xmake, see [xmake notes](docs/dev/xmake.md) ### Installing pre-commit (optional but recommended) @@ -172,7 +172,7 @@ brew install pkgconfig # Contributing Code -See [CODING.md](docs/CODING.md) +See [CODING.md](docs/dev/CODING.md) # Debugging |