|
35 | 35 | <a href="https://discord.gg/xmake"> |
36 | 36 | <img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=flat-square" alt="Discord" /> |
37 | 37 | </a> |
38 | | - <a href="https://xmake.io/#/sponsor"> |
| 38 | + <a href="https://xmake.io/about/sponsor"> |
39 | 39 | <img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" /> |
40 | 40 | </a> |
41 | 41 | </div> |
|
46 | 46 |
|
47 | 47 | ## Support this project |
48 | 48 |
|
49 | | -Support this project by [becoming a sponsor](https://xmake.io/#/about/sponsor). Your logo will show up here with a link to your website. 🙏 |
| 49 | +Support this project by [becoming a sponsor](https://xmake.io/about/sponsor). Your logo will show up here with a link to your website. 🙏 |
50 | 50 |
|
51 | 51 | <a href="https://opencollective.com/xmake#sponsors" target="_blank"><img src="https://opencollective.com/xmake/sponsors.svg?width=890"></a> |
52 | 52 | <a href="https://opencollective.com/xmake#backers" target="_blank"><img src="https://opencollective.com/xmake/backers.svg?width=890"></a> |
@@ -79,7 +79,7 @@ Although less precise, one can still understand Xmake in the following way: |
79 | 79 | Xmake ≈ Make/Ninja + CMake/Meson + Vcpkg/Conan + distcc + ccache/sccache |
80 | 80 | ``` |
81 | 81 |
|
82 | | -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). |
| 82 | +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). |
83 | 83 |
|
84 | 84 | The official Xmake repository can be found at [xmake-io/xmake-repo](https://github.com/xmake-io/xmake-repo). |
85 | 85 |
|
@@ -107,7 +107,7 @@ irm https://xmake.io/psget.text | iex |
107 | 107 |
|
108 | 108 | ### Other installation methods |
109 | 109 |
|
110 | | -If you don't want to use the above scripts to install Xmake, visit the [Installation Guide](https://xmake.io/#/guide/installation) for other installation methods (building from source, package managers, etc.). |
| 110 | +If you don't want to use the above scripts to install Xmake, visit the [Installation Guide](https://xmake.io/guide/quick-start.html#installation) for other installation methods (building from source, package managers, etc.). |
111 | 111 |
|
112 | 112 | ## Simple Project Description |
113 | 113 |
|
@@ -330,7 +330,7 @@ Xmake can automatically fetch and install dependencies! |
330 | 330 |
|
331 | 331 | * Official package repository [xmake-repo](https://github.com/xmake-io/xmake-repo) (tbox >1.6.1) |
332 | 332 | * Official package manager [Xrepo](https://github.com/xmake-io/xrepo) |
333 | | -* [User-built repositories](https://xmake.io/#/package/remote_package?id=using-self-built-private-package-repository) |
| 333 | +* [User-built repositories](https://xmake.io/guide/package-management/using-official-packages.html#using-self-built-private-package-repository) |
334 | 334 | * Conan (conan::openssl/1.1.1g) |
335 | 335 | * Conda (conda::libpng 1.3.67) |
336 | 336 | * Vcpkg (vcpkg:ffmpeg) |
|
0 commit comments