Skip to content

File path syntax in doc.json #2964

@AndreasMatthias

Description

@AndreasMatthias

I've tested the following on a Linux system.

Some time ago file paths in doc.json were written in URI style:

file:///path/to/file.lua

Since aeb9ccb paths are written as:

//path/fo/file.lua

Note the double slash // at the beginning. I'm not certain if // is POSIX conform, but even if it were, it should be followed by a host name like //host/path/to/file.lua.

Anyway, I guess it's better to use either URI style

file:///path/to/file.lua

or a path with a single / at the beginning

/path/to/file.lua

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions