Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 4d39ad1

Browse files
author
ije
committed
fix(examples): fix aleph.js github url
1 parent ce2bccd commit 4d39ad1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/default-src-directory/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function Home() {
2020
<span>&middot;</span>
2121
<a href="https://alephjs.org/docs" target="_blank">Docs</a>
2222
<span>&middot;</span>
23-
<a href="https://github.com/alephjs/alephjs" target="_blank">Github</a>
23+
<a href="https://github.com/alephjs/aleph.js" target="_blank">Github</a>
2424
</p>
2525
<p className="counter">
2626
<span>Counter:</span>

examples/hello-world/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function Home() {
2020
<span>&middot;</span>
2121
<a href="https://alephjs.org/docs" target="_blank">Docs</a>
2222
<span>&middot;</span>
23-
<a href="https://github.com/alephjs/alephjs" target="_blank">Github</a>
23+
<a href="https://github.com/alephjs/aleph.js" target="_blank">Github</a>
2424
</p>
2525
<p className="counter">
2626
<span>Counter:</span>

examples/hi/pages/hi/[name].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Home() {
2323
<span>&middot;</span>
2424
<a href="https://alephjs.org/docs" target="_blank">Docs</a>
2525
<span>&middot;</span>
26-
<a href="https://github.com/alephjs/alephjs" target="_blank">Github</a>
26+
<a href="https://github.com/alephjs/aleph.js" target="_blank">Github</a>
2727
</p>
2828
<p className="copyinfo">Built by Aleph.js in Deno v{version.deno}</p>
2929
</div>

examples/hi/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function Home() {
3131
<span>&middot;</span>
3232
<a href="https://alephjs.org/docs" target="_blank">Docs</a>
3333
<span>&middot;</span>
34-
<a href="https://github.com/alephjs/alephjs" target="_blank">Github</a>
34+
<a href="https://github.com/alephjs/aleph.js" target="_blank">Github</a>
3535
</p>
3636
<p className="copyinfo">Built by Aleph.js in Deno v{version.deno}</p>
3737
</div>

0 commit comments

Comments
 (0)