-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: node: point at telnet module now #3489
Conversation
docs/modules/node.md
Outdated
@@ -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 worked |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either "telnet
Lua" or "Telnet Lua", isn't it?
Just fixed the links (from |
OK. This doesn't work in https://nodemcu.readthedocs.io/en/dev/modules/node/#nodeinput |
Oh, just realized we have the same issue on the BME280 math page. Caused by this https://github.com/nodemcu/nodemcu-firmware/blob/release/docs/js/extra.js#L46 |
Staring at the code not knowing much about js it might be that adding a "/" to the relativePath might do the job. |
With the docs a lot of stuff isn't as it may seem - and much of it stems from the requirement of having links work both while browsing GitHub and inside the docs.
Side note: in JavaScript the pattern in |
* docs: node: point at telnet module now See 8d091c4 * Fix links Co-authored-by: Marcel Stör <[email protected]>
See 8d091c4
dev
branch rather than for therelease
branch.docs/*
.