File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Scaffold a Cloudinary React + Vite + TypeScript project with interactive setup.
1010
1111- Node.js 18+ installed
1212- A Cloudinary account (free tier available)
13- - [ Sign up for free] ( https://cloudinary.com/users/register/free )
13+ - [ Sign up for free] ( https://cld.media/reactregister )
1414 - Your cloud name is in your [ dashboard] ( https://console.cloudinary.com/app/home/dashboard )
1515
1616## Usage
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ async function main() {
7070 } else {
7171
7272 console . log ( chalk . cyan . bold ( '\n🚀 Cloudinary React + Vite\n' ) ) ;
73- console . log ( chalk . gray ( '💡 Need a Cloudinary account? Sign up for free: https://cloudinary.com/users/register/free \n' ) ) ;
73+ console . log ( chalk . gray ( '💡 Need a Cloudinary account? Sign up for free: https://cld.media/reactregister \n' ) ) ;
7474
7575 const questions = [
7676 {
@@ -101,7 +101,7 @@ async function main() {
101101 if ( ! input . trim ( ) ) {
102102 return chalk . yellow (
103103 'Cloud name is required.\n' +
104- ' → Sign up: https://cloudinary.com/users/register/free \n' +
104+ ' → Sign up: https://cld.media/reactregister \n' +
105105 ' → Find your cloud name: https://console.cloudinary.com/app/home/dashboard'
106106 ) ;
107107 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ npm run dev
1111## Cloudinary Setup
1212
1313This project uses Cloudinary for image management. If you don't have a Cloudinary account yet:
14- - [Sign up for free](https://cloudinary.com/users/register/free )
14+ - [Sign up for free](https://cld.media/reactregister )
1515- Find your cloud name in your [dashboard](https://console.cloudinary.com/app/home/dashboard)
1616
1717## Environment Variables
You can’t perform that action at this time.
0 commit comments