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 5cfdcc5e..a8c71af0 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>
@@ -65,17 +65,12 @@ td.param_default {
65</li></ul> 65</li></ul>
66</li><li> 66</li><li>
67<a href="status.html">Status</a> 67<a href="status.html">Status</a>
68<ul><li>
69<a href="changes.html">Changes</a>
70</li></ul>
71</li><li> 68</li><li>
72<a href="faq.html">FAQ</a> 69<a href="faq.html">FAQ</a>
73</li><li> 70</li><li>
74<a href="http://luajit.org/performance.html">Performance <span class="ext">&raquo;</span></a>
75</li><li>
76<a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a> 71<a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a>
77</li><li> 72</li><li>
78<a href="http://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a> 73<a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
79</li></ul> 74</li></ul>
80</div> 75</div>
81<div id="main"> 76<div id="main">
@@ -92,7 +87,7 @@ The <tt>luajit</tt> stand-alone executable is just a slightly modified
92version of the regular <tt>lua</tt> stand-alone executable. 87version of the regular <tt>lua</tt> stand-alone executable.
93It supports the same basic options, too. <tt>luajit&nbsp;-h</tt> 88It supports the same basic options, too. <tt>luajit&nbsp;-h</tt>
94prints a short list of the available options. Please have a look at the 89prints a short list of the available options. Please have a look at the
95<a href="http://www.lua.org/manual/5.1/manual.html#6"><span class="ext">&raquo;</span>&nbsp;Lua manual</a> 90<a href="https://www.lua.org/manual/5.1/manual.html#6">Lua manual</a>
96for details. 91for details.
97</p> 92</p>
98<p> 93<p>