aboutsummaryrefslogtreecommitdiff
path: root/docs/socket.html
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2024-03-15 12:55:02 +0100
committerGitHub <noreply@github.com>2024-03-15 12:55:02 +0100
commit93eef5015e0dfe8d24071dd036f9a7f02160abeb (patch)
treee29da398ce6b83a71f25f574de6d0ff58f488012 /docs/socket.html
parent23241717bf91c4317065828bedafd05ebb97c1ef (diff)
downloadluasocket-93eef5015e0dfe8d24071dd036f9a7f02160abeb.tar.gz
luasocket-93eef5015e0dfe8d24071dd036f9a7f02160abeb.tar.bz2
luasocket-93eef5015e0dfe8d24071dd036f9a7f02160abeb.zip
chore(docs): update LTN12 links (#428)
Diffstat (limited to '')
-rw-r--r--docs/socket.html4
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">
313Creates an 313Creates 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>
315sink from a stream socket object. 315sink 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">
388Creates an 388Creates 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>
390source from a stream socket object. 390source from a stream socket object.
391</p> 391</p>
392 392