From 09f76098b06804efb1f82f2244338ad4a97c9cfb Mon Sep 17 00:00:00 2001 From: Harm133 Date: Mon, 1 Jul 2024 23:02:29 +0200 Subject: [PATCH] Documentation: Fix dead link in Qt creator page --- Documentation/QtCreatorConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/QtCreatorConfiguration.md b/Documentation/QtCreatorConfiguration.md index 343e20f8024..a9beed92b71 100644 --- a/Documentation/QtCreatorConfiguration.md +++ b/Documentation/QtCreatorConfiguration.md @@ -2,7 +2,7 @@ ## Setup -First, make sure you have a working toolchain and can build and run Ladybird. Go [here](BuildInstructions.md) for instructions for setting that up. +First, make sure you have a working toolchain and can build and run Ladybird. Go [here](BuildInstructionsLadybird.md) for instructions for setting that up. * Install [Qt Creator](https://www.qt.io/offline-installers). You don't need the entire Qt setup, just click 'Qt Creator' on the left side, and install that. * Open Qt Creator, select `File -> New File or Project...`