We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7284d52 commit 2e54d4aCopy full SHA for 2e54d4a
src/index.js
@@ -28,7 +28,7 @@ async function getComponent(index) {
28
case 1:
29
{
30
description = "Crop an image to a square, as shown in the";
31
- link = "https://cloudinary.com/documentation/javascript_quick_start#2_add_cloudinary_to_your_code";
+ link = "https://cloudinary.com/documentation/javascript_quick_start";
32
linkText = "Quick start guide";
33
myImageUrl = getQuickstartImage().toURL();
34
break;
@@ -205,4 +205,4 @@ async function getComponent(index) {
205
getComponent(i).then((component) => {
206
document.body.appendChild(component);
207
});
208
- }
+ }
0 commit comments