diff options
Diffstat (limited to 'docs/socket.html')
| -rw-r--r-- | docs/socket.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/socket.html b/docs/socket.html index b4db823..983f1c9 100644 --- a/docs/socket.html +++ b/docs/socket.html | |||
| @@ -311,7 +311,7 @@ socket.<b>sink(</b>mode, socket<b>)</b> | |||
| 311 | 311 | ||
| 312 | <p class="description"> | 312 | <p class="description"> |
| 313 | Creates an | 313 | Creates an |
| 314 | <a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a> | 314 | <a href="https://github.com/lunarmodules/luasocket/blob/master/ltn012.md">LTN12</a> |
| 315 | sink from a stream socket object. | 315 | sink from a stream socket object. |
| 316 | </p> | 316 | </p> |
| 317 | 317 | ||
| @@ -386,7 +386,7 @@ socket.<b>source(</b>mode, socket [, length]<b>)</b> | |||
| 386 | 386 | ||
| 387 | <p class="description"> | 387 | <p class="description"> |
| 388 | Creates an | 388 | Creates an |
| 389 | <a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a> | 389 | <a href="https://github.com/lunarmodules/luasocket/blob/master/ltn012.md">LTN12</a> |
| 390 | source from a stream socket object. | 390 | source from a stream socket object. |
| 391 | </p> | 391 | </p> |
| 392 | 392 | ||
