Skip to content

Commit 6e2a7e3

Browse files
committed
move to TLD
1 parent 2ef7262 commit 6e2a7e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs.warp-drive.io
1+
warp-drive.io

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// into docs/guides
66
async function main() {
77
{
8-
const proc = Bun.spawn(['git', 'clone', 'https://github.com/emberjs/data.git', 'warp-drive', '--depth=1'], {});
8+
const proc = Bun.spawn(['git', 'clone', 'https://github.com/warp-drive-data/warp-drive.git', 'warp-drive', '--depth=1'], {});
99
await proc.exited;
1010
}
1111
{

0 commit comments

Comments
 (0)