aboutsummaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/luajit.html')
-rw-r--r--doc/luajit.html17
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">&raquo;</span></a> 107<a href="https://luajit.org/download.html">Download <span class="ext">&raquo;</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">&raquo;</span></a>
140</li><li>
141<a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a> 136<a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a>
142</li><li> 137</li><li>
143<a href="http://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a> 138<a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
144</li></ul> 139</li></ul>
145</div> 140</div>
146<div id="main"> 141<div id="main">
147<p> 142<p>
148LuaJIT is a <b>Just-In-Time Compiler</b> (JIT) for the 143LuaJIT is a <b>Just-In-Time Compiler</b> (JIT) for the
149<a href="http://www.lua.org/"><span class="ext">&raquo;</span>&nbsp;Lua</a> programming language. 144<a href="https://www.lua.org/">Lua</a> programming language.
150Lua is a powerful, dynamic and light-weight programming language. 145Lua is a powerful, dynamic and light-weight programming language.
151It may be embedded or used as a general-purpose, stand-alone language. 146It may be embedded or used as a general-purpose, stand-alone language.
152</p> 147</p>
153<p> 148<p>
154LuaJIT is Copyright &copy; 2005-2020 Mike Pall, released under the 149LuaJIT is Copyright &copy; 2005-2020 Mike Pall, released under the
155<a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">&raquo;</span>&nbsp;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
193games, appliances, network and graphics apps, numerical simulations, 188games, appliances, network and graphics apps, numerical simulations,
194trading platforms and many other specialty applications. It scales from 189trading platforms and many other specialty applications. It scales from
195embedded devices, smartphones, desktops up to server farms. It combines 190embedded devices, smartphones, desktops up to server farms. It combines
196high flexibility with <a href="http://luajit.org/performance.html"><span class="ext">&raquo;</span>&nbsp;high performance</a> 191high flexibility with high performance
197and an unmatched <b>low memory footprint</b>. 192and an unmatched <b>low memory footprint</b>.
198</p> 193</p>
199<p> 194<p>