Skip to content

Commit b13310d

Browse files
authored
fix(create-cedar-app): Update links to point to cedarjs.com (#492)
1 parent 37e2e19 commit b13310d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/create-cedar-app/src/create-cedar-app.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,18 @@ async function executeCompatibilityCheck(templateDir) {
9494
` Please use tools like nvm or corepack to change to a compatible version.`,
9595
` See: ${terminalLink(
9696
'How to - Using nvm',
97-
'https://redwoodjs.com/docs/how-to/using-nvm',
97+
'https://cedarjs.com/docs/how-to/using-nvm',
9898
{
9999
fallback: () =>
100-
'How to - Using nvm https://redwoodjs.com/docs/how-to/using-nvm',
100+
'How to - Using nvm https://cedarjs.com/docs/how-to/using-nvm',
101101
},
102102
)}`,
103103
` See: ${terminalLink(
104104
'Tutorial - Prerequisites',
105-
'https://redwoodjs.com/docs/tutorial/chapter1/prerequisites',
105+
'https://cedarjs.com/docs/tutorial/chapter1/prerequisites',
106106
{
107107
fallback: () =>
108-
'Tutorial - Prerequisites https://redwoodjs.com/docs/tutorial/chapter1/prerequisites',
108+
'Tutorial - Prerequisites https://cedarjs.com/docs/tutorial/chapter1/prerequisites',
109109
},
110110
)}`,
111111
].join('\n'),
@@ -128,18 +128,18 @@ async function executeCompatibilityCheck(templateDir) {
128128
` Please use tools like nvm or corepack to change to a compatible version.`,
129129
` See: ${terminalLink(
130130
'How to - Use nvm',
131-
'https://redwoodjs.com/docs/how-to/using-nvm',
131+
'https://cedarjs.com/docs/how-to/using-nvm',
132132
{
133133
fallback: () =>
134-
'How to - Use nvm https://redwoodjs.com/docs/how-to/using-nvm',
134+
'How to - Use nvm https://cedarjs.com/docs/how-to/using-nvm',
135135
},
136136
)}`,
137137
` See: ${terminalLink(
138138
'Tutorial - Prerequisites',
139-
'https://redwoodjs.com/docs/tutorial/chapter1/prerequisites',
139+
'https://cedarjs.com/docs/tutorial/chapter1/prerequisites',
140140
{
141141
fallback: () =>
142-
'Tutorial - Prerequisites https://redwoodjs.com/docs/tutorial/chapter1/prerequisites',
142+
'Tutorial - Prerequisites https://cedarjs.com/docs/tutorial/chapter1/prerequisites',
143143
},
144144
)}`,
145145
].join('\n'),

0 commit comments

Comments
 (0)