Skip to content

Commit 2acc0d2

Browse files
committed
Links update
1 parent a6315ad commit 2acc0d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ We have introduced Image Delivery APIs that let you retrieve images and then man
195195

196196
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/owl.jpg?crop=300,400. There are several more parameters that you can use for your images.
197197

198-
[Read Image Delivery API documentation](https://www.contentstack.com/docs/apis/image-delivery-api/).
198+
[Read Image Delivery API documentation](https://www.contentstack.com/docs/developers/apis/image-delivery-api/).
199199

200200
Following are Image Delivery API examples.
201201

contentstack-templates/tmpl/layout.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Query.setCachePolicy(Contentstack.CachePolicy.CACHE_THEN_NETWORK)
206206
<h3><a id="Working_with_Images_147"></a>Working with Images</h3>
207207
<p>We have introduced Image Delivery APIs that let you retrieve images and then manipulate and optimize them for your digital properties. It lets you perform a host of other actions such as crop, trim, resize, rotate, overlay, and so on.</p>
208208
<p>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, <a href=" https://images.contentstack.io/owl.jpg?crop=300,400"> https://images.contentstack.io/owl.jpg?crop=300,400</a>. There are several more parameters that you can use for your images.</p>
209-
<p><a href="https://www.contentstack.com/docs/apis/image-delivery-api/">Read Image Delivery API documentation</a>.</p>
209+
<p><a href="https://www.contentstack.com/docs/developers/apis/image-delivery-api/">Read Image Delivery API documentation</a>.</p>
210210

211211
<h5><a id="Following_are_Image_Delivery_API_examples_203"></a>Following are Image Delivery API examples</h5>
212212
<p>Following are Image Delivery API examples.</p>
@@ -233,7 +233,7 @@ const imageUrl = Stack.imageTransform(imageUrl, {
233233
<ul>
234234
<li><a href="https://www.contentstack.com">Contentstack Website</a></li>
235235
<li><a href="https://www.contentstack.com/docs">Official Documentation</a></li>
236-
<li><a href="https://www.contentstack.com/docs/apis/content-delivery-api/">Content Delivery API Docs</a></li>
236+
<li><a href="https://www.contentstack.com/docs/developers/apis/content-delivery-api/">Content Delivery API Docs</a></li>
237237
</ul>
238238
<h3><a id="The_MIT_License_MIT_163"></a>The MIT License (MIT)</h3>
239239
<p>Copyright © 2016-2021 <a href="https://www.contentstack.com">Contentstack</a>. All Rights Reserved</p>

0 commit comments

Comments
 (0)