Skip to content

Commit f7b404c

Browse files
authored
Updage page.
1 parent 179449d commit f7b404c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ The core design is reference from [asio](https://github.com/chriskohlhoff/asio)
2626
## Intergation guides:
2727
### cpp intergation:
2828
Compile yasio\xxsocket.cpp yasio\yasio.cpp with your project
29-
cpptest: https://github.com/halx99/yasio/blob/master/msvc/cpptest/cpptest.cpp
29+
[cpptest](https://github.com/halx99/yasio/blob/master/msvc/cpptest/cpptest.cpp)
3030

3131

3232
### Lua intergation:
3333
#### common lua application integration:
3434
1. Compile ```yasio\xxsocket.cpp``` ```yasio\yasio.cpp``` ```yasio\ibstream.cpp``` ```yasio\obstream.cpp``` ```yasio\impl\lyasio.cpp``` with your project
3535
2. call luaopen_yasio after LUA VM initialized.
36-
luatest(windows user): open https://github.com/halx99/yasio/blob/master/msvc/luatest/luatest.xsxproj by x-studio365 IDE
36+
luatest(windows user): open [luatest.xsxproj](https://github.com/halx99/yasio/blob/master/msvc/luatest/luatest.xsxproj) by x-studio365 IDE
3737

3838
#### cocos2d-x lua integration:
3939
1. Copy the folder ```yasio``` to cocos2d-x engine's folder ```external```, ```yasio``` as sub directory of ```external```
@@ -84,7 +84,7 @@ Just like:
8484

8585

8686
#### JS demo:
87-
see: https://github.com/halx99/yasio/blob/master/msvc/jstest/example.js
87+
see: [example.js](https://github.com/halx99/yasio/blob/master/msvc/jstest/example.js)
8888

8989

9090
## Quick test at linux platform with gcc compiler:

0 commit comments

Comments
 (0)