diff options
author | Mike Pall <mike> | 2023-08-21 02:28:49 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-21 02:28:49 +0200 |
commit | c34594681909cac98d44629863df2c7afd93eaf0 (patch) | |
tree | 494edfb290b2354cd738e07751c58d65d6b1c1c2 /doc/running.html | |
parent | 158a284cc9c33ade9054df976018401e4996cfbd (diff) | |
download | luajit-c34594681909cac98d44629863df2c7afd93eaf0.tar.gz luajit-c34594681909cac98d44629863df2c7afd93eaf0.tar.bz2 luajit-c34594681909cac98d44629863df2c7afd93eaf0.zip |
Update documentation for switch to rolling releases.
Diffstat (limited to 'doc/running.html')
-rw-r--r-- | doc/running.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/running.html b/doc/running.html index e8c9b1c6..c7d9e9b6 100644 --- a/doc/running.html +++ b/doc/running.html | |||
@@ -64,14 +64,15 @@ td.param_default { | |||
64 | <a href="ext_c_api.html">Lua/C API</a> | 64 | <a href="ext_c_api.html">Lua/C API</a> |
65 | </li></ul> | 65 | </li></ul> |
66 | </li><li> | 66 | </li><li> |
67 | <a href="status.html">Status</a> | 67 | <a href="https://luajit.org/status.html">Status <span class="ext">»</span></a> |
68 | </li><li> | 68 | </li><li> |
69 | <a href="faq.html">FAQ</a> | 69 | <a href="https://luajit.org/faq.html">FAQ <span class="ext">»</span></a> |
70 | </li><li> | 70 | </li><li> |
71 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | 71 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> |
72 | </li></ul> | 72 | </li></ul> |
73 | </div> | 73 | </div> |
74 | <div id="main"> | 74 | <div id="main"> |
75 | |||
75 | <p> | 76 | <p> |
76 | LuaJIT has only a single stand-alone executable, called <tt>luajit</tt> on | 77 | LuaJIT has only a single stand-alone executable, called <tt>luajit</tt> on |
77 | POSIX systems or <tt>luajit.exe</tt> on Windows. It can be used to run simple | 78 | POSIX systems or <tt>luajit.exe</tt> on Windows. It can be used to run simple |