Skip to content

Commit 2a69d7a

Browse files
author
strausr
committed
fix: update registration link
1 parent 9db39ee commit 2a69d7a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

templates/README.md.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ npm run dev
1111
## Cloudinary Setup
1212

1313
This 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

0 commit comments

Comments
 (0)