Skip to content

Commit

Permalink
LadybirdWebBrowser -> LadybirdBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Jun 9, 2024
1 parent 8a7c849 commit 288ffbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
<body>
<pre><code><span class="comment">// Website for Ladybird's JavaScript engine, LibJS.
//
// For details visit <a href="https://github.com/LadybirdWebBrowser/ladybird" target="_blank" rel="noopener noreferrer">https://github.com/LadybirdWebBrowser/ladybird</a>.
// For details visit <a href="https://github.com/LadybirdBrowser/ladybird" target="_blank" rel="noopener noreferrer">https://github.com/LadybirdBrowser/ladybird</a>.
//
// Continuously updated test262 results are available at <a href="test262">/test262</a>.
// Continuously updated Wasm results are available at <a href="wasm">/wasm</a>.
//
// If you wish to play with LibJS in your browser, head over to <a href="repl">/repl</a>.
//
// If you're a Ladybird contributor and want to change something
// here, open a PR in <a href="https://github.com/LadybirdWebBrowser/libjs-website">this repository</a>.</span></code></pre>
// here, open a PR in <a href="https://github.com/LadybirdBrowser/libjs-website">this repository</a>.</span></code></pre>
</body>
</html>
10 changes: 5 additions & 5 deletions test262/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>Introduction</h2>
<p>
These are the results of the
<a
href="https://github.com/LadybirdWebBrowser/ladybird"
href="https://github.com/LadybirdBrowser/ladybird"
target="_blank"
rel="noopener noreferrer"
>Ladybird</a
Expand Down Expand Up @@ -56,15 +56,15 @@ <h2>Source code & Data</h2>
<ul>
<li>
<a
href="https://github.com/LadybirdWebBrowser/libjs-test262"
href="https://github.com/LadybirdBrowser/libjs-test262"
target="_blank"
rel="noopener noreferrer"
>LibJS test262 runner and aggregation script</a
>
</li>
<li>
<a
href="https://github.com/LadybirdWebBrowser/libjs-website"
href="https://github.com/LadybirdBrowser/libjs-website"
target="_blank"
rel="noopener noreferrer"
>This website</a
Expand All @@ -75,15 +75,15 @@ <h2>Source code & Data</h2>
<ul>
<li>
<a
href="https://github.com/LadybirdWebBrowser/libjs-data/blob/master/test262/results.json"
href="https://github.com/LadybirdBrowser/libjs-data/blob/master/test262/results.json"
target="_blank"
rel="noopener noreferrer"
>Results over time, used for the graphs below</a
>
</li>
<li>
<a
href="https://github.com/LadybirdWebBrowser/libjs-data/blob/master/test262/per-file-master.json"
href="https://github.com/LadybirdBrowser/libjs-data/blob/master/test262/per-file-master.json"
target="_blank"
rel="noopener noreferrer"
>Per-file results of the <code>master</code> branch</a
Expand Down

0 comments on commit 288ffbc

Please sign in to comment.