Skip to content
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

Link issues #402

Closed
Resike opened this issue Feb 21, 2021 · 0 comments
Closed

Link issues #402

Resike opened this issue Feb 21, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Resike
Copy link
Contributor

Resike commented Feb 21, 2021

The english basic.lua file gets generated with wrong links:

Invalid:
[tostring.](command:extension.lua.doc?["en-us/51/manual.html/pdf-tostring."])
[io.write.](command:extension.lua.doc?["en-us/51/manual.html/pdf-io.write."])
[string.format.](command:extension.lua.doc?["en-us/51/manual.html/pdf-string.format."])

They should be:
[tostring](command:extension.lua.doc?["en-us/51/manual.html/pdf-tostring"]).
[io.write](command:extension.lua.doc?["en-us/51/manual.html/pdf-io.write"]).
[string.format](command:extension.lua.doc?["en-us/51/manual.html/pdf-string.format"]).

I wasn't sure how these get generated, so that's why i didn't created a PR for this.

@sumneko sumneko added the bug Something isn't working label Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants