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

Commit 5daf89a

Browse files
author
ije
committed
refactor: rename postui to alephjs
1 parent e06e9af commit 5daf89a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The React Framework in [Deno](https://deno.land), inspired by [Next.js](https://
66
<br>
77
[Website](https://alephjs.org) | [Get Started](https://alephjs.org/docs/get-started) | [Docs](https://alephjs.org/docs) | [ESM](https://esm.sh) | [The Aleph (by Jorge Luis Borges)](http://www.phinnweb.org/links/literature/borges/aleph.html)
88

9-
[![Aleph.js in Deno](https://github.com/postui/aleph.js/workflows/Aleph.js%20in%20Deno/badge.svg)](https://github.com/postui/aleph.js/actions?query=workflow%3A%22Aleph.js+in+Deno%22)
9+
[![Aleph.js in Deno](https://github.com/alephjs/aleph.js/workflows/Aleph.js%20in%20Deno/badge.svg)](https://github.com/alephjs/aleph.js/actions?query=workflow%3A%22Aleph.js+in+Deno%22)
1010
[![nest badge](https://nest.land/badge.svg)](https://nest.land/package/aleph)
1111
[![Twitter Follow](https://img.shields.io/twitter/follow/alephjs?style=social)](https://twitter.com/intent/follow?screen_name=alephjs)
1212

cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const helpMessage = `Aleph.js v${version}
1919
The React Framework in deno.
2020
2121
Docs: https://alephjs.org/docs
22-
Bugs: https://github.com/postui/aleph.js/issues
22+
Bugs: https://github.com/alephjs/aleph.js/issues
2323
2424
Usage:
2525
aleph <command> [...options]

egg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aleph",
33
"version": "0.2.19",
44
"description": "The React Framework in Deno.",
5-
"repository": "https://github.com/postui/aleph.js",
5+
"repository": "https://github.com/alephjs/aleph.js",
66
"entry": "./mod.ts",
77
"files": [
88
"./*.ts",

examples/hello-world/import_map.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"imports": {
3-
"https://deno.land/x/aleph/": "https://denopkg.com/postui/aleph.js/"
3+
"https://deno.land/x/aleph/": "https://denopkg.com/alephjs/aleph.js/"
44
}
55
}

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/postui/alephjs" target="_blank">Github</a>
23+
<a href="https://github.com/alephjs/alephjs" 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/postui/alephjs" target="_blank">Github</a>
26+
<a href="https://github.com/alephjs/alephjs" 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/postui/alephjs" target="_blank">Github</a>
34+
<a href="https://github.com/alephjs/alephjs" 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)