summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorVladislav Vorobev <x.miere@gmail.com>2021-05-11 22:26:33 +0300
committerLinus Groh <mail@linusgroh.de>2021-05-11 20:35:17 +0100
commite87eaa39916c84b74023cb3293cf446f8e3a8bd0 (patch)
treedfd1d55f011a74c60fb081712fd5cc539ca957db /Documentation
parentc5c9494f488104e76cba70858ccaa282bff94830 (diff)
downloadserenity-e87eaa39916c84b74023cb3293cf446f8e3a8bd0.zip
Documentation: Fix broken link to Meta/Lagom/ReadMe.md
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RunningTests.md2
1 files changed, 1 insertions, 1 deletions
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