From 9bacdd1e38228a1444873bb7616c1266331ff572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Jutteau?= Date: Sun, 7 Apr 2019 16:58:52 +0000 Subject: [PATCH] Fix broken SVG path in boot process MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Jutteau --- src/explore/boot_process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/explore/boot_process.md b/src/explore/boot_process.md index 6980dc7..bb67e04 100644 --- a/src/explore/boot_process.md +++ b/src/explore/boot_process.md @@ -91,4 +91,4 @@ At this point, the user will now be able to access the [Shell](./explore/shell.h Here is an overview of the initialization process with scheme creation and usage. For simplicity's sake, we do not depict all scheme interaction but at least the major ones. -![Redox initialization graph](./explore/init.svg "Redox initialization graph") +![Redox initialization graph](./init.svg "Redox initialization graph") -- GitLab