From 8082cf71ff6518929ec2f5e450d9b37ec75bca01 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Mon, 27 May 2019 20:59:24 +0800 Subject: Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 455d69c3..64f2a3de 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ search: en

- - + +

xmake

@@ -40,7 +40,7 @@ search: en QQ - + Donate
@@ -973,7 +973,7 @@ $ xmake package -o ../test/packages In this way, the test project can pass [add_packages](https://xmake.io/#/zh/manual?id=targetadd_packages) and [add_packagedirs](https://xmake.io/#/zh/manual?id= add_packagedirs) to configure and use the tbox.pkg package. -For a detailed description of the built-in package, you can also refer to the following related article, which is described in detail: [Dependency package addition and automatic detection mechanism] (http://tboox.org/cn/2016/08/06/add-package -and-autocheck/) +For a detailed description of the built-in package, you can also refer to the following related article, which is described in detail: [Dependency package addition and automatic detection mechanism] (https://tboox.org/cn/2016/08/06/add-package-and-autocheck/) #### System Search Mode @@ -1091,7 +1091,7 @@ Here we briefly introduce the processing mechanism of the entire dependency pack ##### Semantic Version Settings -Xmake's dependency package management fully supports semantic version selection, for example: "~1.6.1". For a detailed description of the semantic version, see: [http://semver.org/] (http://semver.org/) +Xmake's dependency package management fully supports semantic version selection, for example: "~1.6.1". For a detailed description of the semantic version, see: [https://semver.org/] (https://semver.org/) Some semantic versions are written: @@ -1487,7 +1487,7 @@ If we only want to generate xmake.lua file, we can run: $ xmake f -y ``` -If you want to known more information please see [Scan source codes and build project without makefile](http://tboox.org/2017/01/07/build-without-makefile/) +If you want to known more information please see [Scan source codes and build project without makefile](https://tboox.org/2017/01/07/build-without-makefile/) ## Backers -- cgit v1.2.3