Skip to content

Commit c939396

Browse files
authored
Merge pull request #2 from cloudinary-devs/upload-preset-docs-link-2
fix: Add unsigned uploads documentation link
2 parents 5050581 + c13ebc5 commit c939396

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cli.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ async function main() {
7474
default: false,
7575
description: chalk.gray(
7676
'Upload presets enable client-side uploads. You can set one up later at:\n' +
77-
'https://console.cloudinary.com/app/settings/upload/presets'
77+
'https://console.cloudinary.com/app/settings/upload/presets\n\n' +
78+
'The creation and management of upload presets is documented here:\n' +
79+
'https://cloudinary.com/documentation/upload_presets#creating_and_managing_upload_presets'
7880
),
7981
},
8082
{

0 commit comments

Comments
 (0)