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

File path syntax in doc.json #2964

Open
AndreasMatthias opened this issue Nov 23, 2024 · 0 comments
Open

File path syntax in doc.json #2964

AndreasMatthias opened this issue Nov 23, 2024 · 0 comments

Comments

@AndreasMatthias
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant