summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2021-09-08 15:25:02 +0200
committerAndreas Kling <kling@serenityos.org>2021-09-08 16:48:33 +0200
commit2572f5ebec5a8e1c4afb8d7a0808263b186091dd (patch)
treed17ff1679f6c035b8a64798bcb21cb4c4ec7f43b
parent666c0c5a08aebb48a6f861968aeaccbadb05ced1 (diff)
downloadserenity-2572f5ebec5a8e1c4afb8d7a0808263b186091dd.zip
Documentation: Fix broken link in Documentation
-rw-r--r--Documentation/FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/FAQ.md b/Documentation/FAQ.md
index c35f97eb04..e549b2c012 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.