docs: Fix relative source path
All checks were successful
Build and test / build (push) Successful in 1m30s

This commit is contained in:
apio 2024-12-19 21:17:27 +01:00
parent 1b80111938
commit f116afd59d
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -26,6 +26,6 @@ Every part of Luna is written from scratch and depends only on its own libraries
The bootloader, BOOTBOOT. It is available at [gitlab.com/bztsrc/bootboot](https://gitlab.com/bztsrc/bootboot), under the MIT license. It is automatically pulled and built from source by `tools/setup.sh`.
[libc/src/strtod.cpp](libc/src/strtod.cpp). Written by Yasuhiro Matsumoto, adapted from https://gist.github.com/mattn/1890186 and available under a public domain license.
[libc/src/strtod.cpp](../libc/src/strtod.cpp). Written by Yasuhiro Matsumoto, adapted from https://gist.github.com/mattn/1890186 and available under a public domain license.
There is no need for you to install any of these before building the system.