diff options
author | Sam Roberts <vieuxtech@gmail.com> | 2012-02-07 14:37:28 -0800 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2012-04-11 13:45:59 -0700 |
commit | db47a91d404d74295213c03cb8b10301fa95f939 (patch) | |
tree | bd54290c8670c06a0fab77a66372c7f7cf07800d /doc/socket.html | |
parent | e716e7347b35ab0d00d95308522c1a099a01ebaa (diff) | |
download | luasocket-db47a91d404d74295213c03cb8b10301fa95f939.tar.gz luasocket-db47a91d404d74295213c03cb8b10301fa95f939.tar.bz2 luasocket-db47a91d404d74295213c03cb8b10301fa95f939.zip |
Fix links to home.html, they should be to index.html.
home.html doesn't exist, index.html does.
Diffstat (limited to 'doc/socket.html')
-rw-r--r-- | doc/socket.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/socket.html b/doc/socket.html index 4d44f01..8a05885 100644 --- a/doc/socket.html +++ b/doc/socket.html | |||
@@ -24,8 +24,8 @@ | |||
24 | </td></tr> | 24 | </td></tr> |
25 | </table> | 25 | </table> |
26 | <p class=bar> | 26 | <p class=bar> |
27 | <a href="home.html">home</a> · | 27 | <a href="index.html">home</a> · |
28 | <a href="home.html#download">download</a> · | 28 | <a href="index.html#download">download</a> · |
29 | <a href="installation.html">installation</a> · | 29 | <a href="installation.html">installation</a> · |
30 | <a href="introduction.html">introduction</a> · | 30 | <a href="introduction.html">introduction</a> · |
31 | <a href="reference.html">reference</a> | 31 | <a href="reference.html">reference</a> |
@@ -390,8 +390,8 @@ This constant has a string describing the current LuaSocket version. | |||
390 | <hr> | 390 | <hr> |
391 | <center> | 391 | <center> |
392 | <p class=bar> | 392 | <p class=bar> |
393 | <a href="home.html">home</a> · | 393 | <a href="index.html">home</a> · |
394 | <a href="home.html#down">download</a> · | 394 | <a href="index.html#down">download</a> · |
395 | <a href="installation.html">installation</a> · | 395 | <a href="installation.html">installation</a> · |
396 | <a href="introduction.html">introduction</a> · | 396 | <a href="introduction.html">introduction</a> · |
397 | <a href="reference.html">reference</a> | 397 | <a href="reference.html">reference</a> |