From e9a4a3c8b1cbfaddc8bebd0215d8829a6df2ee5d Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 13 Jul 2025 22:58:54 +0800 Subject: fix links --- README.md | 2 +- README_zh.md | 4 ++-- configure | 4 ++-- scripts/get.sh | 4 ++-- xmake/core/base/option.lua | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ad2418ecd..580c457d5 100644 --- a/README.md +++ b/README.md @@ -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). ![](https://github.com/xmake-io/xmake-docs/raw/master/assets/img/index/xmake-basic-render.gif) @@ -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) ## 安装 diff --git a/configure b/configure index b8ea73006..77c2b879e 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.3.1