Fix a couple of Markdown links
All checks were successful
Build and test / build (push) Successful in 1m37s

This commit is contained in:
apio 2024-12-19 21:15:22 +01:00
parent f91800f5e1
commit 1b80111938
Signed by: apio
GPG Key ID: B8A7D06E42258954
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ A simple POSIX-based operating system for 64-bit computers, written in C++.
## System requirements and dependencies
Read [docs/dependencies.md] for the full information. In short, all modern Unixes should work, provided the dependencies are available.
Read [docs/dependencies.md](docs/dependencies.md) for the full information. In short, all modern Unixes should work, provided the dependencies are available.
## Setup

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.