From f7c27556fae3378ccf5755f5f0bd7efe8374742e Mon Sep 17 00:00:00 2001 From: martinfalisse Date: Mon, 8 May 2023 13:35:03 +0200 Subject: [PATCH] Documentation: Homogenize Ladybird build instructions Change the file name so that it is similar to the other build instructions and may be easier to find :^). --- ...adybirdBuildInstructions.md => BuildInstructionsLadybird.md} | 0 Ladybird/README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Documentation/{LadybirdBuildInstructions.md => BuildInstructionsLadybird.md} (100%) diff --git a/Documentation/LadybirdBuildInstructions.md b/Documentation/BuildInstructionsLadybird.md similarity index 100% rename from Documentation/LadybirdBuildInstructions.md rename to Documentation/BuildInstructionsLadybird.md diff --git a/Ladybird/README.md b/Ladybird/README.md index 5a97393112..849df92be6 100644 --- a/Ladybird/README.md +++ b/Ladybird/README.md @@ -4,4 +4,4 @@ Ladybird is a web browser built on the [LibWeb](https://github.com/SerenityOS/se For more information about Ladybird, see [this blog post](https://awesomekling.github.io/Ladybird-a-new-cross-platform-browser-project/). -See [build instructions](../Documentation/LadybirdBuildInstructions.md). +See [build instructions](../Documentation/BuildInstructionsLadybird.md).