Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 26, 2022
1 parent d7b9946 commit a5240f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">

<a href="https://tboox.io">
<img width="160" heigth="160" src="https://tboox.io/assets/img/logo_text.png">
<a href="https://docs.tboox.org">
<img width="160" heigth="160" src="https://docs.tboox.org/assets/img/logo_text.png">
</a>

<div>
Expand Down Expand Up @@ -47,7 +47,7 @@

## Supporting the project

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. 🙏 [[Become a sponsor](https://tboox.io/#/about/sponsor)]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. 🙏 [[Become a sponsor](https://docs.tboox.org/#/about/sponsor)]

<a href="https://opencollective.com/tbox#backers" target="_blank"><img src="https://opencollective.com/tbox/backers.svg?width=890"></a>

Expand All @@ -67,7 +67,7 @@ And it provides many compiling options using [xmake](https://github.com/xmake-io
* Small: Disable all extensional modules and enable space optimization.
* Micro: compiling micro library (~64K) for the embed system.

If you want to know more, please refer to: [Documents](https://tboox.io/#/getting_started), [Github](https://github.com/tboox/tbox) and [Gitee](https://gitee.com/tboox/tbox)
If you want to know more, please refer to: [Documents](https://docs.tboox.org/#/getting_started), [Github](https://github.com/tboox/tbox) and [Gitee](https://gitee.com/tboox/tbox)

## Features

Expand Down Expand Up @@ -297,7 +297,7 @@ We also provide paid technical support to help users quickly solve related probl
<img src="https://tboox.org/assets/img/tbox-xscode.png" width="650px" />
</a>
Or you can also consider sponsoring us to get technical support services, [[Become a sponsor](https://tboox.io/#/about/sponsor)]
Or you can also consider sponsoring us to get technical support services, [[Become a sponsor](https://docs.tboox.org/#/about/sponsor)]
## Contacts
Expand Down
10 changes: 5 additions & 5 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">

<a href="https://tboox.io">
<img width="160" heigth="160" src="https://tboox.io/assets/img/logo_text.png">
<a href="https://docs.tboox.org">
<img width="160" heigth="160" src="https://docs.tboox.org/assets/img/logo_text.png">
</a>

<div>
Expand Down Expand Up @@ -47,7 +47,7 @@

## 项目支持

通过成为赞助者来支持该项目。您的logo将显示在此处,并带有指向您网站的链接。🙏 [[成为赞助商](https://tboox.io/#/zh-cn/about/sponsor)]
通过成为赞助者来支持该项目。您的logo将显示在此处,并带有指向您网站的链接。🙏 [[成为赞助商](https://docs.tboox.org/#/zh-cn/about/sponsor)]

<a href="https://opencollective.com/tbox#backers" target="_blank"><img src="https://opencollective.com/tbox/backers.svg?width=890"></a>

Expand All @@ -68,7 +68,7 @@ TBOX是一个用c语言实现的跨平台开发库。
* Small: 最小化编译,默认禁用所有扩展模块,启用编译器最小化优化
* Micro: 针对嵌入式平台,仅仅编译tbox微内核,仅提供最基础的跨平台接口,生成库仅64K左右(内置轻量libc接口实现)

如果你想了解更多,请参考:[在线文档](https://tboox.io/#/zh-cn/getting_started), [Github](https://github.com/tboox/tbox)以及[Gitee](https://gitee.com/tboox/tbox)
如果你想了解更多,请参考:[在线文档](https://docs.tboox.org/#/zh-cn/getting_started), [Github](https://github.com/tboox/tbox)以及[Gitee](https://gitee.com/tboox/tbox)

## 特性

Expand Down Expand Up @@ -304,7 +304,7 @@ int main(int argc, char** argv)
<img src="https://tboox.org/assets/img/tbox-xscode.png" width="650px" />
</a>
或者你也可以考虑赞助我们也获取技术支持服务,[[成为赞助商](https://tboox.io/#/zh-cn/about/sponsor)]
或者你也可以考虑赞助我们也获取技术支持服务,[[成为赞助商](https://docs.tboox.org/#/zh-cn/about/sponsor)]
## 联系方式
Expand Down

0 comments on commit a5240f2

Please sign in to comment.