Skip to content

Commit b7c59f1

Browse files
committed
doc: fixed links to ngx.ssl.session.
1 parent 65daf1a commit b7c59f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,7 +2458,7 @@ This directive runs Lua code to look up and load the SSL session (if any) accord
24582458
provided by the current SSL handshake request for the downstream.
24592459

24602460
The Lua API for obtaining the current session ID and loading a cached SSL session data
2461-
is provided in the [ngx.ssl.session](https://github.com/openresty/lua-resty-core/blob/ssl-session/lib/ngx/ssl/session.lua)
2461+
is provided in the [ngx.ssl.session](https://github.com/openresty/lua-resty-core/blob/ssl-session/lib/ngx/ssl/session.md)
24622462
Lua module shipped with the [lua-resty-core](https://github.com/openresty/lua-resty-core#readme)
24632463
library.
24642464

@@ -2524,7 +2524,7 @@ are *disabled* in this context. You can still, however, use the [ngx.timer.at](#
25242524
to create 0-delay timers to save the SSL session data asynchronously to external services (like `redis` or `memcached`).
25252525

25262526
The Lua API for obtaining the current session ID and the associated session state data
2527-
is provided in the [ngx.ssl.session](https://github.com/openresty/lua-resty-core/blob/ssl-session/lib/ngx/ssl/session.lua)
2527+
is provided in the [ngx.ssl.session](https://github.com/openresty/lua-resty-core/blob/ssl-session/lib/ngx/ssl/session.md#readme)
25282528
Lua module shipped with the [lua-resty-core](https://github.com/openresty/lua-resty-core#readme)
25292529
library.
25302530

doc/HttpLuaModule.wiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,7 +2065,7 @@ This directive runs Lua code to look up and load the SSL session (if any) accord
20652065
provided by the current SSL handshake request for the downstream.
20662066
20672067
The Lua API for obtaining the current session ID and loading a cached SSL session data
2068-
is provided in the [ngx.ssl.session](https://github.com/openresty/lua-resty-core/blob/ssl-session/lib/ngx/ssl/session.lua)
2068+
is provided in the [ngx.ssl.session](https://github.com/openresty/lua-resty-core/blob/ssl-session/lib/ngx/ssl/session.md)
20692069
Lua module shipped with the [lua-resty-core](https://github.com/openresty/lua-resty-core#readme)
20702070
library.
20712071
@@ -2125,7 +2125,7 @@ are *disabled* in this context. You can still, however, use the [[#ngx.timer.at|
21252125
to create 0-delay timers to save the SSL session data asynchronously to external services (like <code>redis</code> or <code>memcached</code>).
21262126
21272127
The Lua API for obtaining the current session ID and the associated session state data
2128-
is provided in the [ngx.ssl.session](https://github.com/openresty/lua-resty-core/blob/ssl-session/lib/ngx/ssl/session.lua)
2128+
is provided in the [ngx.ssl.session](https://github.com/openresty/lua-resty-core/blob/ssl-session/lib/ngx/ssl/session.md#readme)
21292129
Lua module shipped with the [lua-resty-core](https://github.com/openresty/lua-resty-core#readme)
21302130
library.
21312131

0 commit comments

Comments
 (0)