diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-04 12:42:15 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-04 12:42:15 +0300 |
commit | 83a811bb8e1e26f8acfdb5b35784d55039472252 (patch) | |
tree | 853a41baa062ee104af8fb269b099db3c343b4cd /manual.html | |
parent | d450cd67ad5f6b3a3ff9a3c92e9c419f534006e3 (diff) | |
download | luafilesystem-83a811bb8e1e26f8acfdb5b35784d55039472252.tar.gz luafilesystem-83a811bb8e1e26f8acfdb5b35784d55039472252.tar.bz2 luafilesystem-83a811bb8e1e26f8acfdb5b35784d55039472252.zip |
Update docs [ci skip]
Remove dead links, 'contact us' section with dead e-mail, etc.
Diffstat (limited to 'manual.html')
-rw-r--r-- | manual.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual.html b/manual.html index 8a20069..7a92f58 100644 --- a/manual.html +++ b/manual.html | |||
@@ -13,7 +13,9 @@ | |||
13 | 13 | ||
14 | <div id="product"> | 14 | <div id="product"> |
15 | <div id="product_logo"> | 15 | <div id="product_logo"> |
16 | <a href="http://www.keplerproject.org"><img alt="LuaFileSystem" src="luafilesystem.png"/></a> | 16 | <a href="http://keplerproject.github.io/luafilesystem"> |
17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | ||
18 | </a> | ||
17 | </div> | 19 | </div> |
18 | <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> | 20 | <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> |
19 | <div id="product_description">File System Library for the Lua Programming Language</div> | 21 | <div id="product_description">File System Library for the Lua Programming Language</div> |
@@ -31,7 +33,6 @@ | |||
31 | <li><a href="index.html#download">Download</a></li> | 33 | <li><a href="index.html#download">Download</a></li> |
32 | <li><a href="index.html#history">History</a></li> | 34 | <li><a href="index.html#history">History</a></li> |
33 | <li><a href="index.html#credits">Credits</a></li> | 35 | <li><a href="index.html#credits">Credits</a></li> |
34 | <li><a href="index.html#contact">Contact us</a></li> | ||
35 | </ul> | 36 | </ul> |
36 | </li> | 37 | </li> |
37 | <li><strong>Manual</strong> | 38 | <li><strong>Manual</strong> |
@@ -274,7 +275,6 @@ LuaFileSystem offers the following functions: | |||
274 | 275 | ||
275 | <div id="about"> | 276 | <div id="about"> |
276 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> | 277 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> |
277 | <p><small>$Id: manual.html,v 1.45 2009/06/03 20:53:55 mascarenhas Exp $</small></p> | ||
278 | </div> <!-- id="about" --> | 278 | </div> <!-- id="about" --> |
279 | 279 | ||
280 | </div> <!-- id="container" --> | 280 | </div> <!-- id="container" --> |