From 8907619e5351eac46d00dbd5ef8e7c0cfadf8142 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 15 Jun 2022 00:25:19 +0800 Subject: fix links in readme --- README.md | 7 +++---- README_zh.md | 9 ++++----- 2 files changed, 7 insertions(+), 9 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 diff --git a/README_zh.md b/README_zh.md index 3588e8883..40ecc111e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -347,17 +347,16 @@ c51 Keil development tools for the 8051 Microcontroller Architecture 关于分布式编译和缓存,可以见下面的文档。 -- [分布式编译](https://xmake.io/#/zh-cn/guide/other_features?id=%e5%88%86%e5%b8%83%e5%bc%8f%e7%bc%96%e8%af%91) -- [本地编译缓存](https://xmake.io/#/zh-cn/guide/other_features?id=%e6%9c%ac%e5%9c%b0%e7%bc%96%e8%af%91%e7%bc%93%e5%ad%98) -- [远程编译缓存](https://xmake.io/#/zh-cn/guide/other_features?id=%e8%bf%9c%e7%a8%8b%e7%bc%96%e8%af%91%e7%bc%93%e5%ad%98) +- [分布式编译](https://xmake.io/#/zh-cn/features/distcc_build) +- [编译缓存](https://xmake.io/#/zh-cn/features/build_cache) ## 远程编译 -更多详情见:[远程编译](https://xmake.io/#/zh-cn/guide/other_features?id=%e8%bf%9c%e7%a8%8b%e7%bc%96%e8%af%91) +更多详情见:[远程编译](https://xmake.io/#/zh-cn/features/remote_build) ## 更多例子 -#### Debug 和 Release模式 +#### Debug 和 Release 模式 ```lua add_rules("mode.debug", "mode.release") -- cgit v1.3.1