diff --git a/docs/dependencies.md b/docs/dependencies.md index 9a3b3327..c0ab951e 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.