summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorruki <[email protected]>2022-06-15 00:25:19 +0800
committerruki <[email protected]>2022-06-15 00:25:19 +0800
commit8907619e5351eac46d00dbd5ef8e7c0cfadf8142 (patch)
treedaab62a085dd56eede4664a174ef0adff7fa047b /README.md
parent12e08a29a6902e37ccdee8430e88fa081cd78cfe (diff)
fix links in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8feb7569a..8f644d41c 100644
--- a/README.md
+++ b/README.md
@@ -339,13 +339,12 @@ c51 Keil development tools for the 8051 Microcontroller Architecture
About distributed compilation and build cache, you can see:
-- [Distributed Compilation](https://xmake.io/#/guide/other_features?id=distributed-compilation)
-- [Local Build Cache](https://xmake.io/#/guide/other_features?id=local-compilation-cache)
-- [Remote Build Cache](https://xmake.io/#/guide/other_features?id=remote-compilation-cache)
+- [Distributed Compilation](https://xmake.io/#/features/distcc_build)
+- [Build Cache](https://xmake.io/#/features/build_cache)
## Remote Compilation
-For more details see: [Remote Compilation](https://xmake.io/#/guide/other_features?id=remote-compilation)
+For more details see: [Remote Compilation](https://xmake.io/#/features/remote_build)
## More Examples