diff options
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index a3ffa476..3ce81c3e 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -95,7 +95,7 @@ table.feature small { | |||
95 | </head> | 95 | </head> |
96 | <body> | 96 | <body> |
97 | <div id="site"> | 97 | <div id="site"> |
98 | <a href="http://luajit.org"><span>Lua<span id="logo">JIT</span></span></a> | 98 | <a href="https://luajit.org"><span>Lua<span id="logo">JIT</span></span></a> |
99 | </div> | 99 | </div> |
100 | <div id="head"> | 100 | <div id="head"> |
101 | <h1>LuaJIT</h1> | 101 | <h1>LuaJIT</h1> |
@@ -104,7 +104,7 @@ table.feature small { | |||
104 | <ul><li> | 104 | <ul><li> |
105 | <a class="current" href="luajit.html">LuaJIT</a> | 105 | <a class="current" href="luajit.html">LuaJIT</a> |
106 | <ul><li> | 106 | <ul><li> |
107 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 107 | <a href="https://luajit.org/download.html">Download <span class="ext">»</span></a> |
108 | </li><li> | 108 | </li><li> |
109 | <a href="install.html">Installation</a> | 109 | <a href="install.html">Installation</a> |
110 | </li><li> | 110 | </li><li> |
@@ -130,29 +130,24 @@ table.feature small { | |||
130 | </li></ul> | 130 | </li></ul> |
131 | </li><li> | 131 | </li><li> |
132 | <a href="status.html">Status</a> | 132 | <a href="status.html">Status</a> |
133 | <ul><li> | ||
134 | <a href="changes.html">Changes</a> | ||
135 | </li></ul> | ||
136 | </li><li> | 133 | </li><li> |
137 | <a href="faq.html">FAQ</a> | 134 | <a href="faq.html">FAQ</a> |
138 | </li><li> | 135 | </li><li> |
139 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | ||
140 | </li><li> | ||
141 | <a href="http://wiki.luajit.org/">Wiki <span class="ext">»</span></a> | 136 | <a href="http://wiki.luajit.org/">Wiki <span class="ext">»</span></a> |
142 | </li><li> | 137 | </li><li> |
143 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | 138 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> |
144 | </li></ul> | 139 | </li></ul> |
145 | </div> | 140 | </div> |
146 | <div id="main"> | 141 | <div id="main"> |
147 | <p> | 142 | <p> |
148 | LuaJIT is a <b>Just-In-Time Compiler</b> (JIT) for the | 143 | LuaJIT is a <b>Just-In-Time Compiler</b> (JIT) for the |
149 | <a href="http://www.lua.org/"><span class="ext">»</span> Lua</a> programming language. | 144 | <a href="https://www.lua.org/">Lua</a> programming language. |
150 | Lua is a powerful, dynamic and light-weight programming language. | 145 | Lua is a powerful, dynamic and light-weight programming language. |
151 | It may be embedded or used as a general-purpose, stand-alone language. | 146 | It may be embedded or used as a general-purpose, stand-alone language. |
152 | </p> | 147 | </p> |
153 | <p> | 148 | <p> |
154 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the | 149 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the |
155 | <a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. | 150 | <a href="https://www.opensource.org/licenses/mit-license.php">MIT open source license</a>. |
156 | </p> | 151 | </p> |
157 | <p> | 152 | <p> |
158 | </p> | 153 | </p> |
@@ -193,7 +188,7 @@ LuaJIT has been successfully used as a <b>scripting middleware</b> in | |||
193 | games, appliances, network and graphics apps, numerical simulations, | 188 | games, appliances, network and graphics apps, numerical simulations, |
194 | trading platforms and many other specialty applications. It scales from | 189 | trading platforms and many other specialty applications. It scales from |
195 | embedded devices, smartphones, desktops up to server farms. It combines | 190 | embedded devices, smartphones, desktops up to server farms. It combines |
196 | high flexibility with <a href="http://luajit.org/performance.html"><span class="ext">»</span> high performance</a> | 191 | high flexibility with high performance |
197 | and an unmatched <b>low memory footprint</b>. | 192 | and an unmatched <b>low memory footprint</b>. |
198 | </p> | 193 | </p> |
199 | <p> | 194 | <p> |