diff options
Diffstat (limited to 'docs/installation_instructions_for_windows.md')
-rw-r--r-- | docs/installation_instructions_for_windows.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation_instructions_for_windows.md b/docs/installation_instructions_for_windows.md index be7ff400..f362ec5a 100644 --- a/docs/installation_instructions_for_windows.md +++ b/docs/installation_instructions_for_windows.md | |||
@@ -4,14 +4,14 @@ There are two packages for Windows: | |||
4 | 4 | ||
5 | * if you already have a Lua installation, the <b>single binary</b> package | 5 | * if you already have a Lua installation, the <b>single binary</b> package |
6 | which you can use: get the [latest windows-32.zip file | 6 | which you can use: get the [latest windows-32.zip file |
7 | here](http://luarocks.github.io/luarocks/releases), unpack it and you'll | 7 | here](https://luarocks.github.io/luarocks/releases/), unpack it and you'll |
8 | have a <tt>luarocks.exe</tt> ready to use. Make sure the executable is | 8 | have a <tt>luarocks.exe</tt> ready to use. Make sure the executable is |
9 | available from your executable PATH so you can run <tt>luarocks</tt> from | 9 | available from your executable PATH so you can run <tt>luarocks</tt> from |
10 | the command line the same way you run <tt>lua</tt>. | 10 | the command line the same way you run <tt>lua</tt>. |
11 | 11 | ||
12 | * we also provide an all-in-one package which includes Lua 5.1 and LuaRocks in | 12 | * we also provide an all-in-one package which includes Lua 5.1 and LuaRocks in |
13 | source format; get the [latest win32.zip file | 13 | source format; get the [latest win32.zip file |
14 | here](http://luarocks.github.io/luarocks/releases). The instructions below | 14 | here](https://luarocks.github.io/luarocks/releases/). The instructions below |
15 | are about this package. | 15 | are about this package. |
16 | 16 | ||
17 | This page refers to the second method. The all-in-one package includes | 17 | This page refers to the second method. The all-in-one package includes |