Skip to content

Commit 288ffbc

Browse files
committed
LadybirdWebBrowser -> LadybirdBrowser
1 parent 8a7c849 commit 288ffbc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
<body>
3434
<pre><code><span class="comment">// Website for Ladybird's JavaScript engine, LibJS.
3535
//
36-
// For details visit <a href="https://github.com/LadybirdWebBrowser/ladybird" target="_blank" rel="noopener noreferrer">https://github.com/LadybirdWebBrowser/ladybird</a>.
36+
// For details visit <a href="https://github.com/LadybirdBrowser/ladybird" target="_blank" rel="noopener noreferrer">https://github.com/LadybirdBrowser/ladybird</a>.
3737
//
3838
// Continuously updated test262 results are available at <a href="test262">/test262</a>.
3939
// Continuously updated Wasm results are available at <a href="wasm">/wasm</a>.
4040
//
4141
// If you wish to play with LibJS in your browser, head over to <a href="repl">/repl</a>.
4242
//
4343
// If you're a Ladybird contributor and want to change something
44-
// here, open a PR in <a href="https://github.com/LadybirdWebBrowser/libjs-website">this repository</a>.</span></code></pre>
44+
// here, open a PR in <a href="https://github.com/LadybirdBrowser/libjs-website">this repository</a>.</span></code></pre>
4545
</body>
4646
</html>

test262/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Introduction</h2>
2020
<p>
2121
These are the results of the
2222
<a
23-
href="https://github.com/LadybirdWebBrowser/ladybird"
23+
href="https://github.com/LadybirdBrowser/ladybird"
2424
target="_blank"
2525
rel="noopener noreferrer"
2626
>Ladybird</a
@@ -56,15 +56,15 @@ <h2>Source code & Data</h2>
5656
<ul>
5757
<li>
5858
<a
59-
href="https://github.com/LadybirdWebBrowser/libjs-test262"
59+
href="https://github.com/LadybirdBrowser/libjs-test262"
6060
target="_blank"
6161
rel="noopener noreferrer"
6262
>LibJS test262 runner and aggregation script</a
6363
>
6464
</li>
6565
<li>
6666
<a
67-
href="https://github.com/LadybirdWebBrowser/libjs-website"
67+
href="https://github.com/LadybirdBrowser/libjs-website"
6868
target="_blank"
6969
rel="noopener noreferrer"
7070
>This website</a
@@ -75,15 +75,15 @@ <h2>Source code & Data</h2>
7575
<ul>
7676
<li>
7777
<a
78-
href="https://github.com/LadybirdWebBrowser/libjs-data/blob/master/test262/results.json"
78+
href="https://github.com/LadybirdBrowser/libjs-data/blob/master/test262/results.json"
7979
target="_blank"
8080
rel="noopener noreferrer"
8181
>Results over time, used for the graphs below</a
8282
>
8383
</li>
8484
<li>
8585
<a
86-
href="https://github.com/LadybirdWebBrowser/libjs-data/blob/master/test262/per-file-master.json"
86+
href="https://github.com/LadybirdBrowser/libjs-data/blob/master/test262/per-file-master.json"
8787
target="_blank"
8888
rel="noopener noreferrer"
8989
>Per-file results of the <code>master</code> branch</a

0 commit comments

Comments
 (0)