Przeglądaj źródła

Update README.md

Opportunity 6 lat temu
rodzic
commit
2b7852eff5
1 zmienionych plików z 7 dodań i 7 usunięć
  1. 7 7
      zh/README.md

+ 7 - 7
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="//xmake.io/cn">
+    <img width="200" heigth="200" src="//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="//xmake.io/pages/donation.html#donate">
       <img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" />
     </a>
   </div>
@@ -1032,9 +1032,9 @@ $ cd tbox
 $ 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包了。
+这样,test工程就可以通过[add_packages](//xmake.io/#/zh/manual?id=targetadd_packages)和[add_packagedirs](//xmake.io/#/zh/manual?id=add_packagedirs)去配置和使用tbox.pkg包了。
 
-关于内置包的详细描述,还可以参考下相关文章,这里面有详细介绍:[依赖包的添加和自动检测机制](http://tboox.org/cn/2016/08/06/add-package-and-autocheck/)
+关于内置包的详细描述,还可以参考下相关文章,这里面有详细介绍:[依赖包的添加和自动检测机制](//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文件](//tboox.org/cn/2017/01/07/build-without-makefile/)
 
 ## 支持项目