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/introduction.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/introduction.html')
-rw-r--r-- | doc/introduction.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/introduction.html b/doc/introduction.html index eff6367..fd22f48 100644 --- a/doc/introduction.html +++ b/doc/introduction.html | |||
@@ -25,8 +25,8 @@ Library, Support"> | |||
25 | </td></tr> | 25 | </td></tr> |
26 | </table> | 26 | </table> |
27 | <p class=bar> | 27 | <p class=bar> |
28 | <a href="home.html">home</a> · | 28 | <a href="index.html">home</a> · |
29 | <a href="home.html#download">download</a> · | 29 | <a href="index.html#download">download</a> · |
30 | <a href="installation.html">installation</a> · | 30 | <a href="installation.html">installation</a> · |
31 | <a href="introduction.html">introduction</a> · | 31 | <a href="introduction.html">introduction</a> · |
32 | <a href="reference.html">reference</a> | 32 | <a href="reference.html">reference</a> |
@@ -314,8 +314,8 @@ and many others are covered by the <a href=reference.html>reference manual</a>. | |||
314 | <hr> | 314 | <hr> |
315 | <center> | 315 | <center> |
316 | <p class=bar> | 316 | <p class=bar> |
317 | <a href="home.html">home</a> · | 317 | <a href="index.html">home</a> · |
318 | <a href="home.html#down">download</a> · | 318 | <a href="index.html#down">download</a> · |
319 | <a href="installation.html">installation</a> · | 319 | <a href="installation.html">installation</a> · |
320 | <a href="introduction.html">introduction</a> · | 320 | <a href="introduction.html">introduction</a> · |
321 | <a href="reference.html">reference</a> | 321 | <a href="reference.html">reference</a> |