Skip to content

Commit c13300f

Browse files
committed
Fixing URLs in readme
1 parent 2ef6dac commit c13300f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ Accessing an uploaded image with the `sample` public ID through a CDN:
2929

3030
http://res.cloudinary.com/demo/image/upload/sample.jpg
3131

32-
![Sample](https://d3jpl91pxevbkh.cloudfront.net/demo/image/upload/w_0.4/sample.jpg "Sample")
32+
![Sample](https://cloudinary-a.akamaihd.net/demo/image/upload/w_0.4/sample.jpg "Sample")
3333

3434
Generating a 150x100 version of the `sample` image and downloading it through a CDN:
3535

3636
http://res.cloudinary.com/demo/image/upload/w_150,h_100,c_fill/sample.jpg
3737

38-
![Sample 150x100](https://d3jpl91pxevbkh.cloudfront.net/demo/image/upload/w_150,h_100,c_fill/sample.jpg "Sample 150x100")
38+
![Sample 150x100](https://cloudinary-a.akamaihd.net/demo/image/upload/w_150,h_100,c_fill/sample.jpg "Sample 150x100")
3939

4040
Converting to a 150x100 PNG with rounded corners of 20 pixels:
4141

4242
http://res.cloudinary.com/demo/image/upload/w_150,h_100,c_fill,r_20/sample.png
4343

44-
![Sample 150x150 Rounded PNG](https://d3jpl91pxevbkh.cloudfront.net/demo/image/upload/w_150,h_100,c_fill,r_20/sample.png "Sample 150x150 Rounded PNG")
44+
![Sample 150x150 Rounded PNG](https://cloudinary-a.akamaihd.net/demo/image/upload/w_150,h_100,c_fill,r_20/sample.png "Sample 150x150 Rounded PNG")
4545

4646
For plenty more transformation options, see our [image transformations documentation](http://cloudinary.com/documentation/image_transformations).
4747

4848
Generating a 120x90 thumbnail based on automatic face detection of the Facebook profile picture of Bill Clinton:
4949

5050
http://res.cloudinary.com/demo/image/facebook/c_thumb,g_face,h_90,w_120/billclinton.jpg
5151

52-
![Facebook 90x120](https://d3jpl91pxevbkh.cloudfront.net/demo/image/facebook/c_thumb,g_face,h_90,w_120/billclinton.jpg "Facebook 90x200")
52+
![Facebook 90x120](https://cloudinary-a.akamaihd.net/demo/image/facebook/c_thumb,g_face,h_90,w_120/billclinton.jpg "Facebook 90x200")
5353

5454
For more details, see our documentation for embedding [Facebook](http://cloudinary.com/documentation/facebook_profile_pictures) and [Twitter](http://cloudinary.com/documentation/twitter_profile_pictures) profile pictures.
5555

0 commit comments

Comments
 (0)