File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
6060cd yasio
6161
6262# 如果是 macOS Xcode, 这里命令应该换成:cmake -B build -GXcode
Original file line number Diff line number Diff line change 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
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
6262cd yasio
6363# For macOS xcode, it's shoud be: cmake -B build -GXcode
6464cmake -B build
You can’t perform that action at this time.
0 commit comments