diff --git a/README.md b/README.md index 33f27293..a1d4a46b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/dependencies.md b/docs/dependencies.md index 01b65bd7..9a3b3327 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -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.