Skip to content
Snippets Groups Projects
Commit 7b705cd3 authored by Ticki's avatar Ticki
Browse files

Use proper references

parent 871aee91
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@ Opening a URL
Opening URLs happens through the `OPEN` system call. `OPEN` takes a C-like, null-terminating string, and two pointer-sized integers, keeping the open flags and the file mode, respectively.
The path argument of `OPEN` do not have to be an URL. For compatibility reasons, it will default to the `file:` scheme. If otherwise specified, the scheme will be resolved by the registrar (see 'The root scheme'), and then opened.
The path argument of `OPEN` do not have to be an URL. For compatibility reasons, it will default to the `file:` scheme. If otherwise specified, the scheme will be resolved by the registrar (see [The root scheme]), and then opened.
> TODO
[The root scheme]: design/scheme/the_root_scheme.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment