aboutsummaryrefslogtreecommitdiff
path: root/zh/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zh/README.md')
-rw-r--r--zh/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/zh/README.md b/zh/README.md
index 8c291c06..785635f9 100644
--- a/zh/README.md
+++ b/zh/README.md
@@ -5,8 +5,8 @@ search: zh
<p>
<div align="center">
- <a href="http://xmake.io/cn">
- <img width="200" heigth="200" src="http://tboox.org/static/img/xmake/logo256c.png">
+ <a href="https://xmake.io/cn">
+ <img width="200" heigth="200" src="https://tboox.org/static/img/xmake/logo256c.png">
</a>
<h1>xmake</h1>
@@ -41,7 +41,7 @@ search: zh
<a href="https://jq.qq.com/?_wv=1027&k=5hpwWFv">
<img src="https://img.shields.io/badge/chat-on%20QQ-ff69b4.svg?style=flat-square" alt="QQ" />
</a>
- <a href="http://xmake.io/pages/donation.html#donate">
+ <a href="https://xmake.io/pages/donation.html#donate">
<img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" />
</a>
</div>
@@ -1034,7 +1034,7 @@ $ xmake package -o ../test/packages
这样,test工程就可以通过[add_packages](https://xmake.io/#/zh/manual?id=targetadd_packages)和[add_packagedirs](https://xmake.io/#/zh/manual?id=add_packagedirs)去配置和使用tbox.pkg包了。
-关于内置包的详细描述,还可以参考下相关文章,这里面有详细介绍:[依赖包的添加和自动检测机制](http://tboox.org/cn/2016/08/06/add-package-and-autocheck/)
+关于内置包的详细描述,还可以参考下相关文章,这里面有详细介绍:[依赖包的添加和自动检测机制](https://tboox.org/cn/2016/08/06/add-package-and-autocheck/)
#### 系统查找模式
@@ -1179,7 +1179,7 @@ $ xmake
##### 语义版本设置
-xmake的依赖包管理是完全支持语义版本选择的,例如:"~1.6.1",对于语义版本的具体描述见:[http://semver.org/](http://semver.org/)
+xmake的依赖包管理是完全支持语义版本选择的,例如:"~1.6.1",对于语义版本的具体描述见:[https://semver.org/](https://semver.org/)
一些语义版本写法:
@@ -1579,7 +1579,7 @@ $ xmake run
$ xmake f -y
```
-更多相关介绍,请参考文章:[xmake新增智能代码扫描编译模式,无需手写任何make文件](http://tboox.org/cn/2017/01/07/build-without-makefile/)
+更多相关介绍,请参考文章:[xmake新增智能代码扫描编译模式,无需手写任何make文件](https://tboox.org/cn/2017/01/07/build-without-makefile/)
## 支持项目