You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ We have introduced Image Delivery APIs that let you retrieve images and then man
117
117
118
118
For example, if you want to crop an image (with width as 300 and height as 400), you simply need to append query parameters at the end of the image URL, such as, https://images.contentstack.io/v3/assets/uid_136download?crop=300,400. There are several more parameters that you can use for your images.
119
119
120
-
[Read Image Delivery API documentation](https://www.contentstack.com/docs/apis/image-delivery-api/).
120
+
[Read Image Delivery API documentation](https://www.contentstack.com/docs/developers/apis/image-delivery-api/).
121
121
122
122
You can use the Image Delivery API functions in this SDK as well. Here are a few examples of its usage in the SDK.
0 commit comments