@@ -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