diff options
author | 2016-09-29 12:50:27 -0400 | |
---|---|---|
committer | 2016-09-29 12:50:27 -0400 | |
commit | 28d94f31cf52459e02bea144eb99662d2b414b3e (patch) | |
tree | 94a7ad4110269bb0e226539bef5d70015b314537 /doc/index.html | |
parent | 19a43b0310330b319437b87b218979605ad85e68 (diff) | |
download | textadept-28d94f31cf52459e02bea144eb99662d2b414b3e.tar.gz textadept-28d94f31cf52459e02bea144eb99662d2b414b3e.zip |
Added link to learning Lua; doc/index.html
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 3ad07f16..f8cf5b13 100644 --- a/doc/index.html +++ b/doc/index.html @@ -317,7 +317,8 @@ designed</a></em> to run on any platform at high speed and with a minimal memory footprint. Lua is used <a href="https://sites.google.com/site/marbux/home/where-lua-is-used" - >everywhere</a> from video games to embedded devices. + >everywhere</a> from video games to embedded devices. It is easy to + <a href="http://www.lua.org/start.html">learn</a> too! </li> <li> Textadept is very resource efficient, consuming merely 15MB of RAM |