summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-28 10:41:16 +0100
committerGitHub <noreply@github.com>2026-02-28 10:41:16 +0100
commit0871e5925e99e9a6f2d1eaf51ae82c7b4f740560 (patch)
tree16ddf6ef45ebb44cbf8268c35e8fe7acb4de002e
parent71712510e7e93b6ea2159251998287d6e3b9d077 (diff)
Update README.md
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index dd9f379d..ae71678f 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ cd nekernel
- `src/libMsg/` — NeKernel OpenMSG framework
- `public/tools/` — CLI tools (mkfs, fsck, open, manual, etc.)
- `public/frameworks/` — Userland frameworks (CoreFoundation, DiskImage, etc.)
-- `docs/` — Specifications, design docs, and diagrams
+- `doc/` — Specifications, design docs, and diagrams
---
@@ -65,8 +65,8 @@ cd nekernel
## Documentation
-- [Documentation](https://docs.nekernel.org/)
-- [Specifications](docs/tex/)
+- [Documentation](https://docs.src.nekernel.org/)
+- [Specifications](doc/tex/)
---