Skip to content

Commit b961ef4

Browse files
author
Tuure Vartiainen
committed
doc: updated the documentation to point to a related branch of lua-resty-core containing TLS-PSK functions.
1 parent cd21726 commit b961ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2612,7 +2612,7 @@ at the same time:
26122612
}
26132613
```
26142614

2615-
See more complicated examples in the [ngx.ssl](https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/ssl.md)
2615+
See more complicated examples in the [ngx.ssl](https://github.com/vartiait/lua-resty-core/blob/ssl-psk/lib/ngx/ssl.md)
26162616
Lua module's official documentation.
26172617

26182618
Uncaught Lua exceptions in the user Lua code immediately abort the current SSL session, so does return call with an error code like `ngx.ERROR`.

doc/HttpLuaModule.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@ at the same time:
22002200
}
22012201
</geshi>
22022202
2203-
See more complicated examples in the [https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/ssl.md ngx.ssl]
2203+
See more complicated examples in the [https://github.com/vartiait/lua-resty-core/blob/ssl-psk/lib/ngx/ssl.md ngx.ssl]
22042204
Lua module's official documentation.
22052205
22062206
Uncaught Lua exceptions in the user Lua code immediately abort the current SSL session, so does return call with an error code like <code>ngx.ERROR</code>.

0 commit comments

Comments
 (0)