Skip to content

Commit 2e54d4a

Browse files
authored
Update index.js
Fix link
1 parent 7284d52 commit 2e54d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function getComponent(index) {
2828
case 1:
2929
{
3030
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";
31+
link = "https://cloudinary.com/documentation/javascript_quick_start";
3232
linkText = "Quick start guide";
3333
myImageUrl = getQuickstartImage().toURL();
3434
break;
@@ -205,4 +205,4 @@ async function getComponent(index) {
205205
getComponent(i).then((component) => {
206206
document.body.appendChild(component);
207207
});
208-
}
208+
}

0 commit comments

Comments
 (0)