From e87eaa39916c84b74023cb3293cf446f8e3a8bd0 Mon Sep 17 00:00:00 2001 From: Vladislav Vorobev Date: Tue, 11 May 2021 22:26:33 +0300 Subject: [PATCH] Documentation: Fix broken link to Meta/Lagom/ReadMe.md --- Documentation/RunningTests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RunningTests.md b/Documentation/RunningTests.md index 24b28c3ba3..5da6004127 100644 --- a/Documentation/RunningTests.md +++ b/Documentation/RunningTests.md @@ -1,7 +1,7 @@ ## Running SerenityOS Tests There are two classes of tests built during a Serenity build: host tests and target tests. Host tests run on the build -machine, and use [Lagom](../Meta/Lagom/README.md) to build Serenity userspace libraries for the host platform. Target +machine, and use [Lagom](../Meta/Lagom/ReadMe.md) to build Serenity userspace libraries for the host platform. Target tests run on the Serenity machine, either emulated or bare metal. ### Running Host Tests