Skip to content

Commit 2a8b4ab

Browse files
committed
fix relative paths
This _worked_, because the webserver is very tolerant regarding path traversal beyond the root upward. Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent 1164057 commit 2a8b4ab

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## LinuxBoot Components
22

3-
![image](../images/LinuxBoot-components.svg)
3+
![image](./images/LinuxBoot-components.svg)
44

55
LinuxBoot consists of the following components:
66

@@ -30,7 +30,7 @@ kernel and add some patches that are needed.
3030
#### Initial RAM filesystem (initramfs)
3131

3232
When Linux boots it needs a root file system that provides boot and startup
33-
utilities. LinuxBoot uses [u-root](../glossary) to create an
33+
utilities. LinuxBoot uses [u-root](./glossary.md) to create an
3434
initramfs for this purpose.
3535

3636

src/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ UEFI has three sections:
2323
DXE process is very complex; some systems have 750 DXEs.
2424

2525
LinuxBoot replaces most of the UEFI software with Linux. LinuxBoot has an
26-
initramfs provided by [u-root](../u-root.md).
26+
initramfs provided by [u-root](./u-root.md).
2727

2828
The above are stored inside a flash filesystem (FFS) inside a region of flash
2929
on your motherboard (the BIOS region). Another important region of flash is the

src/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ filesystem used for LinuxBoot is based on u-root standard utilities written in
7979
Go. The following diagram shows the current state of the UEFI boot process and
8080
what is planned for the transition to LinuxBoot.
8181

82-
[![comparison of UEFI boot and LinuxBoot](../images/UEFI-versus-LinuxBoot.svg)](../images/UEFI-versus-LinuxBoot.svg)
82+
[![comparison of UEFI boot and LinuxBoot](./images/UEFI-versus-LinuxBoot.svg)](./images/UEFI-versus-LinuxBoot.svg)
8383

8484
## Benefits of using the Go user-space environment and compiler
8585

0 commit comments

Comments
 (0)