diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-03-15 12:55:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 12:55:02 +0100 |
commit | 93eef5015e0dfe8d24071dd036f9a7f02160abeb (patch) | |
tree | e29da398ce6b83a71f25f574de6d0ff58f488012 /docs/socket.html | |
parent | 23241717bf91c4317065828bedafd05ebb97c1ef (diff) | |
download | luasocket-93eef5015e0dfe8d24071dd036f9a7f02160abeb.tar.gz luasocket-93eef5015e0dfe8d24071dd036f9a7f02160abeb.tar.bz2 luasocket-93eef5015e0dfe8d24071dd036f9a7f02160abeb.zip |
chore(docs): update LTN12 links (#428)
Diffstat (limited to '')
-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 | ||