From 7b705cd3bc7fe88c9ca79e1f4033e5f013ec7402 Mon Sep 17 00:00:00 2001 From: Ticki <Ticki@users.noreply.github.com> Date: Sat, 5 Mar 2016 19:35:28 +0100 Subject: [PATCH] Use proper references --- src/design/url/how_it_works.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/design/url/how_it_works.md b/src/design/url/how_it_works.md index b5a72c1..2223d81 100644 --- a/src/design/url/how_it_works.md +++ b/src/design/url/how_it_works.md @@ -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 -- GitLab