fixed the download page links in docs.

This commit is contained in:
agentzh (章亦春) 2011-10-13 11:29:55 +08:00
Родитель e5b8c8f46e
Коммит 8f84964193
3 изменённых файлов: 10 добавлений и 10 удалений

8
README
Просмотреть файл

@ -9,8 +9,8 @@ Status
Version
This document describes ngx_lua v0.3.1rc10
(<https://github.com/chaoslawful/lua-nginx-module/downloads>) released
on 13 October 2011.
(<https://github.com/chaoslawful/lua-nginx-module/tags>) released on 13
October 2011.
Synopsis
# set search paths for pure Lua external libraries (';;' is the default path):
@ -1953,11 +1953,11 @@ Installation
2. Download the latest version of the release tarball of the
ngx_devel_kit (NDK) module from lua-nginx-module file list
(<http://github.com/simpl/ngx_devel_kit/downloads>).
(<http://github.com/simpl/ngx_devel_kit/tags>).
3. Download the latest version of the release tarball of this module
from lua-nginx-module file list
(<http://github.com/chaoslawful/lua-nginx-module/downloads>).
(<http://github.com/chaoslawful/lua-nginx-module/tags>).
4. Grab the nginx source code from nginx.org (<http://nginx.org/>), for
example, the version 1.0.5 (see nginx compatibility), and then build

Просмотреть файл

@ -13,7 +13,7 @@ This module is under active development and is already production ready.
Version
=======
This document describes ngx_lua [v0.3.1rc10](https://github.com/chaoslawful/lua-nginx-module/downloads) released on 13 October 2011.
This document describes ngx_lua [v0.3.1rc10](https://github.com/chaoslawful/lua-nginx-module/tags) released on 13 October 2011.
Synopsis
========
@ -2087,8 +2087,8 @@ The installation steps are usually as simple as `./configure && make && make ins
Alternatively, you can compile this module with nginx core's source by hand:
1. Install Lua or LuaJIT into your system. At least Lua 5.1 is required. Lua can be obtained freely from its project [homepage](http://www.lua.org/). For Ubuntu/Debian users, just install the liblua5.1-0-dev package (or something like that).
1. Download the latest version of the release tarball of the ngx_devel_kit (NDK) module from lua-nginx-module [file list](http://github.com/simpl/ngx_devel_kit/downloads).
1. Download the latest version of the release tarball of this module from lua-nginx-module [file list](http://github.com/chaoslawful/lua-nginx-module/downloads).
1. Download the latest version of the release tarball of the ngx_devel_kit (NDK) module from lua-nginx-module [file list](http://github.com/simpl/ngx_devel_kit/tags).
1. Download the latest version of the release tarball of this module from lua-nginx-module [file list](http://github.com/chaoslawful/lua-nginx-module/tags).
1. Grab the nginx source code from [nginx.org](http://nginx.org/), for example, the version 1.0.5 (see nginx compatibility), and then build the source with this module:
$ wget 'http://nginx.org/download/nginx-1.0.5.tar.gz'

Просмотреть файл

@ -10,7 +10,7 @@ This module is under active development and is already production ready.
= Version =
This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/downloads v0.3.1rc10] released on 13 October 2011.
This document describes ngx_lua [https://github.com/chaoslawful/lua-nginx-module/tags v0.3.1rc10] released on 13 October 2011.
= Synopsis =
<geshi lang="nginx">
@ -2015,8 +2015,8 @@ The installation steps are usually as simple as <code>./configure && make && mak
Alternatively, you can compile this module with nginx core's source by hand:
# Install Lua or LuaJIT into your system. At least Lua 5.1 is required. Lua can be obtained freely from its project [http://www.lua.org/ homepage]. For Ubuntu/Debian users, just install the liblua5.1-0-dev package (or something like that).
# Download the latest version of the release tarball of the ngx_devel_kit (NDK) module from lua-nginx-module [http://github.com/simpl/ngx_devel_kit/downloads file list].
# Download the latest version of the release tarball of this module from lua-nginx-module [http://github.com/chaoslawful/lua-nginx-module/downloads file list].
# Download the latest version of the release tarball of the ngx_devel_kit (NDK) module from lua-nginx-module [http://github.com/simpl/ngx_devel_kit/tags file list].
# Download the latest version of the release tarball of this module from lua-nginx-module [http://github.com/chaoslawful/lua-nginx-module/tags file list].
# Grab the nginx source code from [http://nginx.org/ nginx.org], for example, the version 1.0.5 (see nginx compatibility), and then build the source with this module:
<geshi lang="bash">
$ wget 'http://nginx.org/download/nginx-1.0.5.tar.gz'