Skip to content

Commit 492fa06

Browse files
committed
Update urls in readme files
1 parent 179129b commit 492fa06

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><a href="https://global.simdsoft.com/yasio" target="_blank" rel="noopener noreferrer"><img width="160" src="docs/assets/images/logo.png" alt="yasio logo"></a></p>
1+
<p align="center"><a href="https://learn.simdsoft.com/yasio" target="_blank" rel="noopener noreferrer"><img width="160" src="docs/assets/images/logo.png" alt="yasio logo"></a></p>
22

33
# *YASIO* - *Y*et *A*nother *S*ocket *I*/*O* library.
44

@@ -45,7 +45,7 @@
4545

4646
## 文档
4747

48-
* [https://global.simdsoft.com/yasio](https://global.simdsoft.com/yasio)
48+
* [https://learn.simdsoft.com/yasio](https://learn.simdsoft.com/yasio)
4949

5050
## 使用g++快速运行tcptest测试程序
5151

@@ -56,7 +56,7 @@ g++ tests/tcp/main.cpp --std=c++11 -DYASIO_HEADER_ONLY -lpthread -I./ -o tcptest
5656
## 使用CMake编译yasio的测试程序和示例程序
5757

5858
```sh
59-
git clone --recursive https://github.com/yasio/yasio
59+
git clone --recursive https://github.com/simdsoft/yasio
6060
cd yasio
6161

6262
# 如果是 macOS Xcode, 这里命令应该换成:cmake -B build -GXcode

README_EN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><a href="https://global.simdsoft.com/yasio" target="_blank" rel="noopener noreferrer"><img width="160" src="docs/assets/images/logo.png" alt="yasio logo"></a></p>
1+
<p align="center"><a href="https://learn.simdsoft.com/yasio" target="_blank" rel="noopener noreferrer"><img width="160" src="docs/assets/images/logo.png" alt="yasio logo"></a></p>
22

33
# *YASIO* - *Y*et *A*nother *S*ocket *I*/*O* library.
44

@@ -47,7 +47,7 @@
4747

4848
## Docomentation
4949

50-
* [https://global.simdsoft.com/yasio/](https://global.simdsoft.com/yasio/)
50+
* [https://learn.simdsoft.com/yasio/](https://learn.simdsoft.com/yasio/)
5151

5252
## Simple run tcptest with g++
5353

@@ -58,7 +58,7 @@ g++ tests/tcp/main.cpp --std=c++11 -DYASIO_HEADER_ONLY -lpthread -I./ -o tcptest
5858
## Build more examples with cmake
5959

6060
```sh
61-
git clone --recursive https://github.com/yasio/yasio
61+
git clone --recursive https://github.com/simdsoft/yasio
6262
cd yasio
6363
# For macOS xcode, it's shoud be: cmake -B build -GXcode
6464
cmake -B build

0 commit comments

Comments
 (0)