diff options
Diffstat (limited to 'docs/more_resources.md')
-rw-r--r-- | docs/more_resources.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/more_resources.md b/docs/more_resources.md index 587ebb67..0adaffa1 100644 --- a/docs/more_resources.md +++ b/docs/more_resources.md | |||
@@ -12,21 +12,21 @@ On LuaRocks: | |||
12 | 12 | ||
13 | On Lua: | 13 | On Lua: |
14 | 14 | ||
15 | * [Lua mailing list](http://www.lua.org/lua-l.html) - for questions about the Lua language itself or specific Lua modules (most module authors hang out there!) | 15 | * [Lua mailing list](https://www.lua.org/lua-l.html) - for questions about the Lua language itself or specific Lua modules (most module authors hang out there!) |
16 | * [Lua documentation](http://www.lua.org/docs.html) - documentation on the Lua language, including the reference manual | 16 | * [Lua documentation](https://www.lua.org/docs.html) - documentation on the Lua language, including the reference manual |
17 | * [Lua Forum](https://luaforum.com) - a beginner friendly Lua community | 17 | * [Lua Forum](https://luaforum.com) - a beginner friendly Lua community |
18 | 18 | ||
19 | On LuaJIT: | 19 | On LuaJIT: |
20 | 20 | ||
21 | * [LuaJIT mailing list](http://luajit.org/list.html) - for LuaJIT-specific discussion | 21 | * [LuaJIT mailing list](https://luajit.org/list.html) - for LuaJIT-specific discussion |
22 | 22 | ||
23 | ## Presentations on LuaRocks | 23 | ## Presentations on LuaRocks |
24 | 24 | ||
25 | Some past presentations discussing LuaRocks: | 25 | Some past presentations discussing LuaRocks: |
26 | 26 | ||
27 | * [LuaRocks: fostering an ecosystem for Lua modules](http://hisham.hm/talks#fosdem2015), presented by Hisham Muhammad at FOSDEM 2015, Brussels, Belgium | 27 | * [LuaRocks: fostering an ecosystem for Lua modules](https://hisham.hm/talks#fosdem2015), presented by Hisham Muhammad at FOSDEM 2015, Brussels, Belgium |
28 | * [What's new in LuaRocks](http://hisham.hm/talks#luawshop14), presented by Hisham Muhammad at the Lua Workshop 2014, Moscow, Russia | 28 | * [What's new in LuaRocks](https://hisham.hm/talks#luawshop14), presented by Hisham Muhammad at the Lua Workshop 2014, Moscow, Russia |
29 | * [LuaRocks - past, present and future](http://hisham.hm/talks#luawshop13), presented by Hisham Muhammad at the Lua Workshop 2013, Toulouse, France | 29 | * [LuaRocks - past, present and future](https://hisham.hm/talks#luawshop13), presented by Hisham Muhammad at the Lua Workshop 2013, Toulouse, France |
30 | * [LuaRocks 2.0](http://hisham.hm/talks#luawshop09), presented by Hisham Muhammad at the Lua Workshop 2009, Rio de Janeiro, Brazil | 30 | * [LuaRocks 2.0](https://hisham.hm/talks#luawshop09), presented by Hisham Muhammad at the Lua Workshop 2009, Rio de Janeiro, Brazil |
31 | * [LuaRocks: o sistema de pacotes de extensão para a linguagem Lua](http://hisham.hm/talks#fisl9), presented by Hisham Muhammad at FISL 9.0 - IX International Forum on Free Software, Porto Alegre, Brazil | 31 | * [LuaRocks: o sistema de pacotes de extensão para a linguagem Lua](https://hisham.hm/talks#fisl9), presented by Hisham Muhammad at FISL 9.0 - IX International Forum on Free Software, Porto Alegre, Brazil |
32 | 32 | ||