We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e22aad commit 97f5e5aCopy full SHA for 97f5e5a
packages/create/src/index.ts
@@ -128,7 +128,7 @@ export const createSolid = (version: string) =>
128
if (existsSync(`${projectName}/README.md`))
129
await insertAtEnd(
130
`${projectName}/README.md`,
131
- "\n## This project was created with the [Solid CLI](https://solid-cli.netlify.app)\n",
+ "\n## This project was created with the [Solid CLI](https://github.com/solidjs-community/solid-cli)\n",
132
);
133
// Next steps..
134
const pM = detectPackageManager();
0 commit comments