diff options
author | Mike Pall <mike> | 2012-05-04 21:58:52 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-05-04 21:58:52 +0200 |
commit | b466641218c7dd33cdd3be34c7191e17e2fd1350 (patch) | |
tree | 4377971914f25027cd029d6e0d4e01bf2aa49e35 /doc/status.html | |
parent | 53a285c0c3544ff5dea7c67b741c3c2d06d22b47 (diff) | |
download | luajit-b466641218c7dd33cdd3be34c7191e17e2fd1350.tar.gz luajit-b466641218c7dd33cdd3be34c7191e17e2fd1350.tar.bz2 luajit-b466641218c7dd33cdd3be34c7191e17e2fd1350.zip |
Add links to LuaJIT mailing list.
Diffstat (limited to '')
-rw-r--r-- | doc/status.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/status.html b/doc/status.html index dd16e71e..dab72ebf 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -54,6 +54,8 @@ ul li { padding-bottom: 0.3em; } | |||
54 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> | 54 | <a href="http://luajit.org/performance.html">Performance <span class="ext">»</span></a> |
55 | </li><li> | 55 | </li><li> |
56 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> | 56 | <a href="http://luajit.org/download.html">Download <span class="ext">»</span></a> |
57 | </li><li> | ||
58 | <a href="http://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | ||
57 | </li></ul> | 59 | </li></ul> |
58 | </div> | 60 | </div> |
59 | <div id="main"> | 61 | <div id="main"> |
@@ -86,8 +88,7 @@ rewritten from the ground up. Please report your findings together with | |||
86 | the circumstances needed to reproduce the bug. If possible, reduce the | 88 | the circumstances needed to reproduce the bug. If possible, reduce the |
87 | problem down to a simple test case.<br> | 89 | problem down to a simple test case.<br> |
88 | There is no formal bug tracker at the moment. The best place for | 90 | There is no formal bug tracker at the moment. The best place for |
89 | discussion is the | 91 | discussion is the <a href="http://luajit.org/list.html"><span class="ext">»</span> LuaJIT mailing list</a>. Of course |
90 | <a href="http://www.lua.org/lua-l.html"><span class="ext">»</span> Lua mailing list</a>. Of course | ||
91 | you may also send your bug reports <a href="contact.html">directly to me</a>, | 92 | you may also send your bug reports <a href="contact.html">directly to me</a>, |
92 | especially when they contain lengthy debug output or if you require | 93 | especially when they contain lengthy debug output or if you require |
93 | confidentiality. | 94 | confidentiality. |