summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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/)
---