diff options
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/tbox/NOTICE.md | 2 | ||||
| -rwxr-xr-x | core/src/tbox/README.md | 8 | ||||
| -rwxr-xr-x | core/src/tbox/README_zh.md | 8 |
3 files changed, 9 insertions, 9 deletions
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 * Email:[[email protected]](mailto:[email protected]) -* 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语言实现的跨平台开发库。 ## 联系方式 * 邮箱:[[email protected]](mailto:[email protected]) -* 主页:[TBOOX开源工程](http://www.tboox.org/cn) +* 主页:[TBOOX开源工程](https://tboox.org/cn) * 社区:[TBOOX开源社区](https://github.com/tboox/community/issues) * QQ群:343118190 * 微信公众号:tboox-os |
