From 288ffbced2647d8e32d092e086551febb8f6e9df Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 9 Jun 2024 17:45:52 +0200 Subject: [PATCH] LadybirdWebBrowser -> LadybirdBrowser --- index.html | 4 ++-- test262/index.html | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 32d565a..47c3017 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@
// Website for Ladybird's JavaScript engine, LibJS.
 //
-// For details visit https://github.com/LadybirdWebBrowser/ladybird.
+// For details visit https://github.com/LadybirdBrowser/ladybird.
 //
 // Continuously updated test262 results are available at /test262.
 // Continuously updated Wasm results are available at /wasm.
@@ -41,6 +41,6 @@
 // If you wish to play with LibJS in your browser, head over to /repl.
 //
 // If you're a Ladybird contributor and want to change something
-// here, open a PR in this repository.
+// here, open a PR in this repository. diff --git a/test262/index.html b/test262/index.html index 410b9cd..17e833c 100644 --- a/test262/index.html +++ b/test262/index.html @@ -20,7 +20,7 @@

Introduction

These are the results of the LadybirdSource code & Data