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/mime.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 'docs/mime.html')
-rw-r--r-- | docs/mime.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mime.html b/docs/mime.html index ff4d8e8..600357b 100644 --- a/docs/mime.html +++ b/docs/mime.html | |||
@@ -54,7 +54,7 @@ MIME is described mainly in | |||
54 | <p> | 54 | <p> |
55 | All functionality provided by the MIME module | 55 | All functionality provided by the MIME module |
56 | follows the ideas presented in | 56 | follows the ideas presented in |
57 | <a href="http://lua-users.org/wiki/FiltersSourcesAndSinks"> | 57 | <a href="https://github.com/lunarmodules/luasocket/blob/master/ltn012.md"> |
58 | LTN012, Filters sources and sinks</a>. | 58 | LTN012, Filters sources and sinks</a>. |
59 | </p> | 59 | </p> |
60 | 60 | ||