aboutsummaryrefslogtreecommitdiff
path: root/doc/running.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/running.html')
-rw-r--r--doc/running.html13
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/running.html b/doc/running.html
index 6f96e9d8..2cba1534 100644
--- a/doc/running.html
+++ b/doc/running.html
@@ -32,7 +32,7 @@ td.param_default {
32</head> 32</head>
33<body> 33<body>
34<div id="site"> 34<div id="site">
35<a href="http://luajit.org"><span>Lua<span id="logo">JIT</span></span></a> 35<a href="https://luajit.org"><span>Lua<span id="logo">JIT</span></span></a>
36</div> 36</div>
37<div id="head"> 37<div id="head">
38<h1>Running LuaJIT</h1> 38<h1>Running LuaJIT</h1>
@@ -41,7 +41,7 @@ td.param_default {
41<ul><li> 41<ul><li>
42<a href="luajit.html">LuaJIT</a> 42<a href="luajit.html">LuaJIT</a>
43<ul><li> 43<ul><li>
44<a href="http://luajit.org/download.html">Download <span class="ext">&raquo;</span></a> 44<a href="https://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
45</li><li> 45</li><li>
46<a href="install.html">Installation</a> 46<a href="install.html">Installation</a>
47</li><li> 47</li><li>
@@ -67,17 +67,12 @@ td.param_default {
67</li></ul> 67</li></ul>
68</li><li> 68</li><li>
69<a href="status.html">Status</a> 69<a href="status.html">Status</a>
70<ul><li>
71<a href="changes.html">Changes</a>
72</li></ul>
73</li><li> 70</li><li>
74<a href="faq.html">FAQ</a> 71<a href="faq.html">FAQ</a>
75</li><li> 72</li><li>
76<a href="http://luajit.org/performance.html">Performance <span class="ext">&raquo;</span></a>
77</li><li>
78<a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a> 73<a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a>
79</li><li> 74</li><li>
80<a href="http://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a> 75<a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
81</li></ul> 76</li></ul>
82</div> 77</div>
83<div id="main"> 78<div id="main">
@@ -94,7 +89,7 @@ The <tt>luajit</tt> stand-alone executable is just a slightly modified
94version of the regular <tt>lua</tt> stand-alone executable. 89version of the regular <tt>lua</tt> stand-alone executable.
95It supports the same basic options, too. <tt>luajit&nbsp;-h</tt> 90It supports the same basic options, too. <tt>luajit&nbsp;-h</tt>
96prints a short list of the available options. Please have a look at the 91prints a short list of the available options. Please have a look at the
97<a href="http://www.lua.org/manual/5.1/manual.html#6"><span class="ext">&raquo;</span>&nbsp;Lua manual</a> 92<a href="https://www.lua.org/manual/5.1/manual.html#6">Lua manual</a>
98for details. 93for details.
99</p> 94</p>
100<p> 95<p>