Unverified Commit 496a6403 authored by Nathaniel Wesley Filardo's avatar Nathaniel Wesley Filardo Committed by GitHub
Browse files

docs: node: point at telnet module now (#3489)

* docs: node: point at telnet module now

See 8d091c47



* Fix links
Co-authored-by: default avatarMarcel Stör <marcelstoer@users.noreply.github.com>
parent f25dc56d
......@@ -340,7 +340,8 @@ Submits a string to the Lua interpreter. Similar to `pcall(loadstring(str))`, bu
```lua
sk:on("receive", function(conn, payload) node.input(payload) end)
```
See the `telnet/telnet.lua` in `lua_examples` for a more comprehensive example.
See [the telnet lua module](../lua-modules/telnet.md) for a working
example.
#### See also
[`node.output()`](#nodeoutput)
......@@ -420,7 +421,8 @@ Redirects the Lua interpreter to a `stdout` pipe when a CB function is specified
#### Example
See the `telnet/telnet.lua` in `lua_examples` for a more comprehensive example of its use.
See [the telnet lua module](../lua-modules/telnet.md) for a working
example.
#### See also
[`node.input()`](#nodeinput)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment