summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-31 23:52:29 +0800
committerruki <[email protected]>2019-01-31 17:14:59 +0800
commitcd21d4f7831d6d9ae14776e7961295f287ccb260 (patch)
tree3fea93503c22f89f6fc7a20d21ba4d921c1d421b
parent3d89aadd3022c5cc58dce1e15997568e4be60162 (diff)
modify tboox.org site to https
-rw-r--r--NOTICE.md4
-rw-r--r--README.md4
-rw-r--r--README_zh.md4
-rwxr-xr-xcore/src/tbox/NOTICE.md2
-rwxr-xr-xcore/src/tbox/README.md8
-rwxr-xr-xcore/src/tbox/README_zh.md8
6 files changed, 15 insertions, 15 deletions
diff --git a/NOTICE.md b/NOTICE.md
index 37dd26013..0215b5619 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -1,7 +1,7 @@
A cross-platform build utility based on Lua
Copyright 2015-2019 The TBOOX Open Source Group
-This product includes software developed by The TBOOX Open Source Group (http://www.tboox.org/).
+This product includes software developed by The TBOOX Open Source Group (https://tboox.org/).
-------------------------------------------------------------------------------
@@ -43,6 +43,6 @@ which can be obtained at:
* LICENSE:
* core/src/tbox/LICENSE.md (Apache License 2.0)
* HOMEPAGE:
- * http://www.tboox.org/
+ * https://tboox.org/
diff --git a/README.md b/README.md
index f05d8ea3f..fb74a537c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
<div align="center">
<a href="http://xmake.io">
- <img width="200" heigth="200" src="http://tboox.org/static/img/xmake/logo256c.png">
+ <img width="200" heigth="200" src="https://tboox.org/static/img/xmake/logo256c.png">
</a>
<h1>xmake</h1>
@@ -277,7 +277,7 @@ Some projects using xmake:
## Contacts
-* Homepage:[tboox.org](http://www.tboox.org)
+* Homepage:[tboox.org](https://tboox.org)
* Community:[/r/tboox on reddit](https://www.reddit.com/r/tboox/)
* ChatRoom:[Char on telegram](https://t.me/tbooxorg), [Chat on gitter](https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
* Source Code:[Github](https://github.com/tboox/xmake), [Gitee](https://gitee.com/tboox/xmake)
diff --git a/README_zh.md b/README_zh.md
index f24e308b9..258980fb5 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -1,6 +1,6 @@
<div align="center">
<a href="http://xmake.io/cn">
- <img width="200" heigth="200" src="http://tboox.org/static/img/xmake/logo256c.png">
+ <img width="200" heigth="200" src="https://tboox.org/static/img/xmake/logo256c.png">
</a>
<h1>xmake</h1>
@@ -282,7 +282,7 @@ target("test")
## 联系方式
-* 主页:[tboox.org](http://www.tboox.org/cn)
+* 主页:[tboox.org](https://tboox.org/cn)
* 社区:[Reddit论坛](https://www.reddit.com/r/tboox/)
* 聊天:[Telegram群组](https://t.me/tbooxorg), [Gitter聊天室](https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
* 源码:[Github](https://github.com/tboox/xmake), [Gitee](https://gitee.com/tboox/xmake)
diff --git a/core/src/tbox/NOTICE.md b/core/src/tbox/NOTICE.md
index a4c00daf2..3f6477e95 100755
--- a/core/src/tbox/NOTICE.md
+++ b/core/src/tbox/NOTICE.md
@@ -1,7 +1,7 @@
The Treasure Box Library
Copyright 2009-2017 The TBOOX Open Source Group
-This product includes software developed by The TBOOX Open Source Group (http://www.tboox.org/).
+This product includes software developed by The TBOOX Open Source Group (https://tboox.org/).
-------------------------------------------------------------------------------
This product contains a modified portion of 'boost.context', a coroutine context
diff --git a/core/src/tbox/README.md b/core/src/tbox/README.md
index 34dbf1454..0abfd1bf8 100755
--- a/core/src/tbox/README.md
+++ b/core/src/tbox/README.md
@@ -25,7 +25,7 @@
<a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
<img src="https://img.shields.io/gitter/room/tboox/tboox.svg?style=flat-square&colorB=96c312" alt="Gitter" />
</a>
- <a href="http://tboox.org/donation/">
+ <a href="https://tboox.org/donation/">
<img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" />
</a>
</div>
@@ -59,7 +59,7 @@ If you want to know more, please refer to:
* [Documents](https://github.com/waruqi/tbox/wiki/documents)
* [Github](https://github.com/waruqi/tbox)
-* [HomePage](http://tboox.org)
+* [HomePage](https://tboox.org)
## Features
@@ -73,7 +73,7 @@ If you want to know more, please refer to:
#### The coroutine library
-- Provides high-performance coroutine switch(refer to [reports](http://tboox.org/2016/10/28/benchbox-coroutine/))
+- Provides high-performance coroutine switch(refer to [reports](https://tboox.org/2016/10/28/benchbox-coroutine/))
- Supports arm, arm64, x86, x86_64 ..
- Provides channel interfaces
- Provides semaphore and lock interfaces
@@ -291,6 +291,6 @@ Please install xmake first: [xmake](https://github.com/waruqi/xmake)
## Contacts
-* Homepage:[tboox.org](http://www.tboox.org)
+* Homepage:[tboox.org](https://tboox.org)
* Community:[tboox@community](https://github.com/tboox/community/issues)
diff --git a/core/src/tbox/README_zh.md b/core/src/tbox/README_zh.md
index 78fabe19b..e0d65e7c0 100755
--- a/core/src/tbox/README_zh.md
+++ b/core/src/tbox/README_zh.md
@@ -25,7 +25,7 @@
<a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
<img src="https://img.shields.io/gitter/room/tboox/tboox.svg?style=flat-square&colorB=96c312" alt="Gitter" />
</a>
- <a href="http://tboox.org/cn/donation/">
+ <a href="https://tboox.org/cn/donation/">
<img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" />
</a>
</div>
@@ -60,7 +60,7 @@ TBOX是一个用c语言实现的跨平台开发库。
* [在线文档](https://github.com/waruqi/tbox/wiki/%E7%9B%AE%E5%BD%95)
* [在线源码](https://github.com/waruqi/tbox)
-* [项目主页](http://www.tboox.org/cn)
+* [项目主页](https://tboox.org/cn)
## 特性
@@ -77,7 +77,7 @@ TBOX是一个用c语言实现的跨平台开发库。
#### 协程库
-- 快速高效的协程切换支持(具体性能参考:[基准测试报告](http://tboox.org/cn/2016/10/28/benchbox-coroutine/))
+- 快速高效的协程切换支持(具体性能参考:[基准测试报告](https://tboox.org/cn/2016/10/28/benchbox-coroutine/))
- 提供跨平台支持,核心切换算法参考boost,并且对其进行重写和优化,目前支持架构:x86, x86_64, arm, arm64, mips32
- 提供channel协程间数据通信支持,基于生产、消费者模型
- 提供信号量、协程锁支持
@@ -297,7 +297,7 @@ TBOX是一个用c语言实现的跨平台开发库。
## 联系方式
-* 主页:[TBOOX开源工程](http://www.tboox.org/cn)
+* 主页:[TBOOX开源工程](https://tboox.org/cn)
* 社区:[TBOOX开源社区](https://github.com/tboox/community/issues)
* QQ群:343118190
* 微信公众号:tboox-os