aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2026-03-23 12:23:19 +0100
committerGitHub Enterprise <[email protected]>2026-03-23 12:23:19 +0100
commit26aa50677403e4c5ad053b221bc7264fe1d249f2 (patch)
treede196528390e8875b0551d52071038120d969f73 /README.md
parentProcess management improvements (#881) (diff)
downloadzen-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 80295f9d8..e6488e463 100644
--- a/README.md
+++ b/README.md
@@ -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