Skip to content

Commit 6b2db8f

Browse files
committed
update links
1 parent 94d1ff4 commit 6b2db8f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For example, to copy a directory in sandbox, the calling procedure is: `sandbox_
4141

4242
## Financial contributions
4343

44-
We also welcome financial contributions in full transparency on our [sponsor](https://xmake.io/#/about/sponsor).
44+
We also welcome financial contributions in full transparency on our [sponsor](https://xmake.io/about/sponsor).
4545
Anyone can file an expense. If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.
4646

4747
# 贡献代码

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<a href="https://discord.gg/xmake">
3636
<img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=flat-square" alt="Discord" />
3737
</a>
38-
<a href="https://xmake.io/#/sponsor">
38+
<a href="https://xmake.io/about/sponsor">
3939
<img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" />
4040
</a>
4141
</div>
@@ -46,7 +46,7 @@
4646

4747
## Support this project
4848

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. 🙏
5050

5151
<a href="https://opencollective.com/xmake#sponsors" target="_blank"><img src="https://opencollective.com/xmake/sponsors.svg?width=890"></a>
5252
<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:
7979
Xmake ≈ Make/Ninja + CMake/Meson + Vcpkg/Conan + distcc + ccache/sccache
8080
```
8181

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).
8383

8484
The official Xmake repository can be found at [xmake-io/xmake-repo](https://github.com/xmake-io/xmake-repo).
8585

@@ -107,7 +107,7 @@ irm https://xmake.io/psget.text | iex
107107

108108
### Other installation methods
109109

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.).
111111

112112
## Simple Project Description
113113

@@ -330,7 +330,7 @@ Xmake can automatically fetch and install dependencies!
330330

331331
* Official package repository [xmake-repo](https://github.com/xmake-io/xmake-repo) (tbox >1.6.1)
332332
* 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)
334334
* Conan (conan::openssl/1.1.1g)
335335
* Conda (conda::libpng 1.3.67)
336336
* Vcpkg (vcpkg:ffmpeg)

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ irm https://xmake.io/psget.text | iex
114114

115115
#### 其他安装方式
116116

117-
如果不想使用脚本安装,也可以点击查看 [安装文档](https://xmake.io/guide/installation),了解其他安装方法。
117+
如果不想使用脚本安装,也可以点击查看 [安装文档](https://xmake.io/zh/guide/quick-start.html#installation),了解其他安装方法。
118118

119119
## 简单的工程描述
120120

0 commit comments

Comments
 (0)