diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-07-26 12:40:59 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-07-26 12:40:59 -0300 |
commit | 912e06714fc276c15b4d5d1b42bd2b11edb8deff (patch) | |
tree | b9ed0919d1019349f19170e1904a432a30eae728 /docs | |
parent | e4eae33de5045e644c77fc3e1ae9b8373c82a1a2 (diff) | |
download | luafilesystem-912e06714fc276c15b4d5d1b42bd2b11edb8deff.tar.gz luafilesystem-912e06714fc276c15b4d5d1b42bd2b11edb8deff.tar.bz2 luafilesystem-912e06714fc276c15b4d5d1b42bd2b11edb8deff.zip |
keplerproject -> lunarmodules
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples.html | 8 | ||||
-rw-r--r-- | docs/index.html | 10 | ||||
-rw-r--r-- | docs/license.html | 12 | ||||
-rw-r--r-- | docs/manual.html | 8 |
4 files changed, 19 insertions, 19 deletions
diff --git a/docs/examples.html b/docs/examples.html index 68756c8..a41bd2a 100644 --- a/docs/examples.html +++ b/docs/examples.html | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | <div id="product"> | 14 | <div id="product"> |
15 | <div id="product_logo"> | 15 | <div id="product_logo"> |
16 | <a href="http://keplerproject.github.io/luafilesystem"> | 16 | <a href="http://lunarmodules.github.io/luafilesystem"> |
17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | 17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> |
18 | </a> | 18 | </a> |
19 | </div> | 19 | </div> |
@@ -44,10 +44,10 @@ | |||
44 | </ul> | 44 | </ul> |
45 | </li> | 45 | </li> |
46 | <li><strong>Examples</strong></li> | 46 | <li><strong>Examples</strong></li> |
47 | <li><a href="https://github.com/keplerproject/luafilesystem">Project</a> | 47 | <li><a href="https://github.com/lunarmodules/luafilesystem">Project</a> |
48 | <ul> | 48 | <ul> |
49 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> | 49 | <li><a href="https://github.com/lunarmodules/luafilesystem/issues">Bug Tracker</a></li> |
50 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li> | 50 | <li><a href="https://github.com/lunarmodules/luafilesystem">Git</a></li> |
51 | </ul> | 51 | </ul> |
52 | </li> | 52 | </li> |
53 | <li><a href="license.html">License</a></li> | 53 | <li><a href="license.html">License</a></li> |
diff --git a/docs/index.html b/docs/index.html index b4f056e..34e0730 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | <div id="product"> | 14 | <div id="product"> |
15 | <div id="product_logo"> | 15 | <div id="product_logo"> |
16 | <a href="http://keplerproject.github.io/luafilesystem"> | 16 | <a href="http://lunarmodules.github.io/luafilesystem"> |
17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | 17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> |
18 | </a> | 18 | </a> |
19 | </div> | 19 | </div> |
@@ -44,10 +44,10 @@ | |||
44 | </ul> | 44 | </ul> |
45 | </li> | 45 | </li> |
46 | <li><a href="examples.html">Examples</a></li> | 46 | <li><a href="examples.html">Examples</a></li> |
47 | <li><a href="https://github.com/keplerproject/luafilesystem">Project</a> | 47 | <li><a href="https://github.com/lunarmodules/luafilesystem">Project</a> |
48 | <ul> | 48 | <ul> |
49 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> | 49 | <li><a href="https://github.com/lunarmodules/luafilesystem/issues">Bug Tracker</a></li> |
50 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li> | 50 | <li><a href="https://github.com/lunarmodules/luafilesystem">Git</a></li> |
51 | </ul> | 51 | </ul> |
52 | </li> | 52 | </li> |
53 | <li><a href="license.html">License</a></li> | 53 | <li><a href="license.html">License</a></li> |
@@ -81,7 +81,7 @@ flavors of Unix (including Linux, BSDs, macOS) and Windows.</p> | |||
81 | $ luarocks install luafilesystem | 81 | $ luarocks install luafilesystem |
82 | </pre> | 82 | </pre> |
83 | 83 | ||
84 | <p>Its source can be found at its <a href="http://github.com/keplerproject/luafilesystem">GitHub</a> page.</p> | 84 | <p>Its source can be found at its <a href="http://github.com/lunarmodules/luafilesystem">GitHub</a> page.</p> |
85 | 85 | ||
86 | <h2><a name="history"></a>History</h2> | 86 | <h2><a name="history"></a>History</h2> |
87 | 87 | ||
diff --git a/docs/license.html b/docs/license.html index bb66e48..78704b4 100644 --- a/docs/license.html +++ b/docs/license.html | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | <div id="product"> | 14 | <div id="product"> |
15 | <div id="product_logo"> | 15 | <div id="product_logo"> |
16 | <a href="http://keplerproject.github.io/luafilesystem"> | 16 | <a href="http://lunarmodules.github.io/luafilesystem"> |
17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | 17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> |
18 | </a> | 18 | </a> |
19 | </div> | 19 | </div> |
@@ -44,10 +44,10 @@ | |||
44 | </ul> | 44 | </ul> |
45 | </li> | 45 | </li> |
46 | <li><a href="examples.html">Examples</a></li> | 46 | <li><a href="examples.html">Examples</a></li> |
47 | <li><a href="https://github.com/keplerproject/luafilesystem">Project</a> | 47 | <li><a href="https://github.com/lunarmodules/luafilesystem">Project</a> |
48 | <ul> | 48 | <ul> |
49 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> | 49 | <li><a href="https://github.com/lunarmodules/luafilesystem/issues">Bug Tracker</a></li> |
50 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li> | 50 | <li><a href="https://github.com/lunarmodules/luafilesystem">Git</a></li> |
51 | </ul> | 51 | </ul> |
52 | </li> | 52 | </li> |
53 | <li><strong>License</strong></li> | 53 | <li><strong>License</strong></li> |
@@ -71,8 +71,8 @@ by many people -- see the Git history for detailed credits. | |||
71 | The implementation is not derived from any other licensed software.</p> | 71 | The implementation is not derived from any other licensed software.</p> |
72 | 72 | ||
73 | <hr/> | 73 | <hr/> |
74 | <p>Copyright © 2003 - 2014 Kepler Project.</p> | 74 | <p>Copyright © 2003 - 2010 Kepler Project.</p> |
75 | <p>Copyright © 2014 - 2022 The LuaFileSystem authors.</p> | 75 | <p>Copyright © 2010 - 2022 The LuaFileSystem authors.</p> |
76 | 76 | ||
77 | <p>Permission is hereby granted, free of charge, to any person | 77 | <p>Permission is hereby granted, free of charge, to any person |
78 | obtaining a copy of this software and associated documentation | 78 | obtaining a copy of this software and associated documentation |
diff --git a/docs/manual.html b/docs/manual.html index 1feb86a..0f84797 100644 --- a/docs/manual.html +++ b/docs/manual.html | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | <div id="product"> | 14 | <div id="product"> |
15 | <div id="product_logo"> | 15 | <div id="product_logo"> |
16 | <a href="http://keplerproject.github.io/luafilesystem"> | 16 | <a href="http://lunarmodules.github.io/luafilesystem"> |
17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | 17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> |
18 | </a> | 18 | </a> |
19 | </div> | 19 | </div> |
@@ -44,10 +44,10 @@ | |||
44 | </ul> | 44 | </ul> |
45 | </li> | 45 | </li> |
46 | <li><a href="examples.html">Examples</a></li> | 46 | <li><a href="examples.html">Examples</a></li> |
47 | <li><a href="https://github.com/keplerproject/luafilesystem">Project</a> | 47 | <li><a href="https://github.com/lunarmodules/luafilesystem">Project</a> |
48 | <ul> | 48 | <ul> |
49 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> | 49 | <li><a href="https://github.com/lunarmodules/luafilesystem/issues">Bug Tracker</a></li> |
50 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li> | 50 | <li><a href="https://github.com/lunarmodules/luafilesystem">Git</a></li> |
51 | </ul> | 51 | </ul> |
52 | </li> | 52 | </li> |
53 | <li><a href="license.html">License</a></li> | 53 | <li><a href="license.html">License</a></li> |