Skip to content

Commit 97f5e5a

Browse files
committed
feat: replace docs link with github link
1 parent 9e22aad commit 97f5e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const createSolid = (version: string) =>
128128
if (existsSync(`${projectName}/README.md`))
129129
await insertAtEnd(
130130
`${projectName}/README.md`,
131-
"\n## This project was created with the [Solid CLI](https://solid-cli.netlify.app)\n",
131+
"\n## This project was created with the [Solid CLI](https://github.com/solidjs-community/solid-cli)\n",
132132
);
133133
// Next steps..
134134
const pM = detectPackageManager();

0 commit comments

Comments
 (0)