From 2572f5ebec5a8e1c4afb8d7a0808263b186091dd Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Wed, 8 Sep 2021 15:25:02 +0200 Subject: [PATCH] Documentation: Fix broken link in Documentation --- Documentation/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/FAQ.md b/Documentation/FAQ.md index c35f97eb040..e549b2c012c 100644 --- a/Documentation/FAQ.md +++ b/Documentation/FAQ.md @@ -32,4 +32,4 @@ No, SerenityOS does not have a package manager. The project uses a monorepo appr *However* there are ports which can be found in the [Ports directory](../Ports). A port is a piece of software that can optionally be installed, might have not been built by us but supports running on SerenityOS. They act quite similar to packages, coming with an install script each. -Currently when running the system in a virtual machine, ports need to be cross compiled on the host and added to the file system image before booting. Then its also possible to configure the build system to [in- or exclude components](./BuildInstructions.md#component-configuration) from a build. +Currently when running the system in a virtual machine, ports need to be cross compiled on the host and added to the file system image before booting. Then its also possible to configure the build system to [in- or exclude components](./AdvancedBuildInstructions.md#component-configuration) from a build.