From ff9dfc89cc660064c8ee32def7b99402acf985c0 Mon Sep 17 00:00:00 2001 From: ylluminate Date: Mon, 19 Sep 2022 19:17:25 -0400 Subject: [PATCH] Ladybird: Add link to Serenity's LibWeb library path for easier reference and finding. --- Ladybird/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ladybird/README.md b/Ladybird/README.md index bb93ba3996..700c94ec39 100644 --- a/Ladybird/README.md +++ b/Ladybird/README.md @@ -1,6 +1,6 @@ # Ladybird Web Browser -The Ladybird Web Browser is a browser using the SerenityOS LibWeb engine with a Qt GUI. +The Ladybird Web Browser is a browser using the [SerenityOS LibWeb](https://github.com/SerenityOS/serenity/tree/master/Userland/Libraries/LibWeb) engine with a Qt GUI. ## Build Prerequisites