diff options
author | Mike Pall <mike> | 2020-10-12 16:11:32 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-10-12 16:11:32 +0200 |
commit | 050466552bf7eb8b7944aa52c93b45326ae14d7a (patch) | |
tree | f92ad9dd6963ffc3168ea46bed892894adcc7339 /doc/luajit.html | |
parent | 5c46f47736f7609be407c88d531ecd1689d40a79 (diff) | |
download | luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.tar.gz luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.tar.bz2 luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.zip |
Minor changes and https-ify links.
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index c71831bb..f99aa022 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -139,13 +139,13 @@ table.feature small { | |||
139 | <div id="main"> | 139 | <div id="main"> |
140 | <p> | 140 | <p> |
141 | LuaJIT is a <b>Just-In-Time Compiler</b> (JIT) for the | 141 | LuaJIT is a <b>Just-In-Time Compiler</b> (JIT) for the |
142 | <a href="https://www.lua.org/">Lua</a> programming language. | 142 | <a href="https://www.lua.org/"><span class="ext">»</span> Lua</a> programming language. |
143 | Lua is a powerful, dynamic and light-weight programming language. | 143 | Lua is a powerful, dynamic and light-weight programming language. |
144 | It may be embedded or used as a general-purpose, stand-alone language. | 144 | It may be embedded or used as a general-purpose, stand-alone language. |
145 | </p> | 145 | </p> |
146 | <p> | 146 | <p> |
147 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the | 147 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the |
148 | <a href="https://www.opensource.org/licenses/mit-license.php">MIT open source license</a>. | 148 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
149 | </p> | 149 | </p> |
150 | <p> | 150 | <p> |
151 | </p> | 151 | </p> |