Fix a couple of Markdown links
All checks were successful
Build and test / build (push) Successful in 1m37s
All checks were successful
Build and test / build (push) Successful in 1m37s
This commit is contained in:
parent
f91800f5e1
commit
1b80111938
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user