Skip to content

Commit 172c214

Browse files
committed
doc: fixed broken links.
1 parent 9416ead commit 172c214

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,9 @@ Build the source with this module:
328328

329329
```bash
330330

331-
wget 'https://nginx.org/download/nginx-1.13.6.tar.gz'
332-
tar -xzvf nginx-1.13.6.tar.gz
333-
cd nginx-1.13.6/
331+
wget 'https://openresty.org/download/nginx-1.17.8.tar.gz'
332+
tar -xzvf nginx-1.17.8.tar.gz
333+
cd nginx-1.17.8/
334334

335335
# tell nginx's build system where to find LuaJIT 2.0:
336336
export LUAJIT_LIB=/path/to/luajit/lib
@@ -1446,8 +1446,8 @@ This directive was first introduced in the `v0.5.5` release.
14461446

14471447
See also the following blog posts for more details on OpenResty and Nginx's shared memory zones:
14481448

1449-
* [How OpenResty and Nginx Shared Memory Zones Consume RAM](https://blog.openresty.com/en/how-nginx-shm-consume-ram/src=gh_ngxlua)
1450-
* [Memory Fragmentation in OpenResty and Nginx's Shared Memory Zones](https://blog.openresty.com/en/nginx-shm-frag/src=gh_ngxlua)
1449+
* [How OpenResty and Nginx Shared Memory Zones Consume RAM](https://blog.openresty.com/en/how-nginx-shm-consume-ram/?src=gh_ngxlua)
1450+
* [Memory Fragmentation in OpenResty and Nginx's Shared Memory Zones](https://blog.openresty.com/en/nginx-shm-frag/?src=gh_ngxlua)
14511451

14521452
[Back to TOC](#directives)
14531453

doc/HttpLuaModule.wiki

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ Alternatively, ngx_lua can be manually compiled into Nginx:
262262
Build the source with this module:
263263

264264
<geshi lang="bash">
265-
wget 'https://nginx.org/download/nginx-1.13.6.tar.gz'
266-
tar -xzvf nginx-1.13.6.tar.gz
267-
cd nginx-1.13.6/
265+
wget 'https://openresty.org/download/nginx-1.17.8.tar.gz'
266+
tar -xzvf nginx-1.17.8.tar.gz
267+
cd nginx-1.17.8/
268268

269269
# tell nginx's build system where to find LuaJIT 2.0:
270270
export LUAJIT_LIB=/path/to/luajit/lib
@@ -1167,8 +1167,8 @@ This directive was first introduced in the <code>v0.5.5</code> release.
11671167
11681168
See also the following blog posts for more details on OpenResty and Nginx's shared memory zones:
11691169
1170-
* [How OpenResty and Nginx Shared Memory Zones Consume RAM](https://blog.openresty.com/en/how-nginx-shm-consume-ram/src=gh_ngxlua)
1171-
* [Memory Fragmentation in OpenResty and Nginx's Shared Memory Zones](https://blog.openresty.com/en/nginx-shm-frag/src=gh_ngxlua)
1170+
* [How OpenResty and Nginx Shared Memory Zones Consume RAM](https://blog.openresty.com/en/how-nginx-shm-consume-ram/?src=gh_ngxlua)
1171+
* [Memory Fragmentation in OpenResty and Nginx's Shared Memory Zones](https://blog.openresty.com/en/nginx-shm-frag/?src=gh_ngxlua)
11721172
11731173
== init_by_lua_block ==
11741174

0 commit comments

Comments
 (0)