diff options
| author | ruki <[email protected]> | 2025-07-13 22:58:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-13 22:58:54 +0800 |
| commit | e9a4a3c8b1cbfaddc8bebd0215d8829a6df2ee5d (patch) | |
| tree | f1ea3384c55b587d96fcc751afecd169e2202b4a | |
| parent | bb92f25e6b397b5518b2a3f1d2e7a2b392d13ef2 (diff) | |
fix links
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 4 | ||||
| -rwxr-xr-x | configure | 4 | ||||
| -rwxr-xr-x | scripts/get.sh | 4 | ||||
| -rw-r--r-- | xmake/core/base/option.lua | 4 |
5 files changed, 9 insertions, 9 deletions
@@ -79,7 +79,7 @@ Although less precise, one can still understand Xmake in the following way: Xmake ≈ Make/Ninja + CMake/Meson + Vcpkg/Conan + distcc + ccache/sccache ``` -If you want to know more, please refer to: the [Documentation](https://xmake.io/#/getting_started), [GitHub](https://github.com/xmake-io/xmake) or [Gitee](https://gitee.com/tboox/xmake). You are also welcome to join our [community](https://xmake.io/#/about/contact). +If you want to know more, please refer to: the [Documentation](https://xmake.io/guide/quick-start), [GitHub](https://github.com/xmake-io/xmake) or [Gitee](https://gitee.com/tboox/xmake). You are also welcome to join our [community](https://xmake.io/#/about/contact). The official Xmake repository can be found at [xmake-io/xmake-repo](https://github.com/xmake-io/xmake-repo). diff --git a/README_zh.md b/README_zh.md index c065378bc..2083960e6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -82,7 +82,7 @@ Xmake ≈ Make/Ninja + CMake/Meson + Vcpkg/Conan + distcc + ccache/sccache ``` -如果你想要了解更多,请参考:[在线文档](https://xmake.io/#/zh-cn/getting_started), [Github](https://github.com/xmake-io/xmake)以及[Gitee](https://gitee.com/tboox/xmake) 和 [GitCode](https://gitcode.com/xmake-io/xmake),同时也欢迎加入我们的 [社区](https://xmake.io/#/zh-ch/about/contact). +如果你想要了解更多,请参考:[在线文档](https://xmake.io/guide/quick-start), [Github](https://github.com/xmake-io/xmake)以及[Gitee](https://gitee.com/tboox/xmake) 和 [GitCode](https://gitcode.com/xmake-io/xmake),同时也欢迎加入我们的 [社区](https://xmake.io/#/zh-ch/about/contact).  @@ -90,7 +90,7 @@ Xmake ≈ Make/Ninja + CMake/Meson + Vcpkg/Conan + distcc + ccache/sccache xmake 官方也推出了一些入门课程,带你一步步快速上手 xmake,课程列表如下: -* [Xmake 带你轻松构建 C/C++ 项目](https://xmake.io/#/zh-cn/about/course) +* [Xmake 带你轻松构建 C/C++ 项目](https://xmake.io/zh/about/course) ## 安装 @@ -2813,8 +2813,8 @@ _show_version() { echo " /_/\_\_|_| |_|\__ \|_|\_\____(_)___/_| |_| " echo ' by ruki, xmake.io' echo ' ' - echo ' 👉 Manual: https://xmake.io/#/getting_started ' - echo ' 🙏 Donate: https://xmake.io/#/sponsor ' + echo ' 👉 Manual: https://xmake.io/guide/quick-start ' + echo ' 🙏 Donate: https://xmake.io/about/sponsor ' echo ' ' exit 2 } diff --git a/scripts/get.sh b/scripts/get.sh index 903163428..2b1bee2e6 100755 --- a/scripts/get.sh +++ b/scripts/get.sh @@ -55,8 +55,8 @@ echo ' > < | \__/ | /_| | < ___/ ' echo ' /_/\_\_|_| |_|\__ \|_|\_\____| ' echo ' by ruki, xmake.io ' echo ' ' -echo ' 👉 Manual: https://xmake.io/#/getting_started ' -echo ' 🙏 Donate: https://xmake.io/#/sponsor ' +echo ' 👉 Manual: https://xmake.io/guide/quick-start ' +echo ' 🙏 Donate: https://xmake.io/about/sponsor ' echo ' ' # has sudo? diff --git a/xmake/core/base/option.lua b/xmake/core/base/option.lua index 3fcb3f3ec..28732e1cb 100644 --- a/xmake/core/base/option.lua +++ b/xmake/core/base/option.lua @@ -503,8 +503,8 @@ function option.show_logo(logo, opt) -- define footer local footer = [[ - ${point_right} ${bright}Manual${clear}: ${underline}https://xmake.io/#/getting_started${clear} - ${pray} ${bright}Donate${clear}: ${underline}https://xmake.io/#/sponsor${clear} + ${point_right} ${bright}Manual${clear}: ${underline}https://xmake.io/guide/quick-start${clear} + ${pray} ${bright}Donate${clear}: ${underline}https://xmake.io/about/sponsor${clear} ]] -- show footer |
