diff options
author | Mike Pall <mike> | 2011-02-10 03:10:38 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-02-10 03:10:38 +0100 |
commit | a7ab6b2dc920e76d0cebd577e77bf3a043e3867d (patch) | |
tree | c3bc1785c0b958ef9fb83a6c977f84ca626a6c97 /doc/luajit.html | |
parent | 24c314e8fcfb3d12ea05c1f9bf7add40d24ae0cd (diff) | |
download | luajit-a7ab6b2dc920e76d0cebd577e77bf3a043e3867d.tar.gz luajit-a7ab6b2dc920e76d0cebd577e77bf3a043e3867d.tar.bz2 luajit-a7ab6b2dc920e76d0cebd577e77bf3a043e3867d.zip |
Fix various HTML errors in the docs.
Diffstat (limited to '')
-rw-r--r-- | doc/luajit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index aea5c657..131e4396 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -118,7 +118,7 @@ language features. | |||
118 | <p> | 118 | <p> |
119 | It's destined to break into the <a href="http://luajit.org/performance.html"><span class="ext">»</span> performance</a> | 119 | It's destined to break into the <a href="http://luajit.org/performance.html"><span class="ext">»</span> performance</a> |
120 | range traditionally reserved for offline, static language compilers. | 120 | range traditionally reserved for offline, static language compilers. |
121 | Have look at these <a href="http://shootout.alioth.debian.org/u32/benchmark.php?test=all&lang=all&d=data&calc=calculate&gpp=on&java=on&luajit=on&v8=on&lua=on&tracemonkey=on&box=1"><span class="ext">»</span> cross-language benchmarks</a> | 121 | Have look at these <a href="http://shootout.alioth.debian.org/u32/benchmark.php?test=all&lang=all&d=data&calc=calculate&gpp=on&java=on&luajit=on&v8=on&lua=on&tracemonkey=on&box=1"><span class="ext">»</span> cross-language benchmarks</a> |
122 | to see how it ranks against the competition. | 122 | to see how it ranks against the competition. |
123 | </p> | 123 | </p> |
124 | 124 | ||