Skip to content

Link issues #402

Closed
Closed
@Resike

Description

@Resike

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions