Skip to content

Commit 93f7374

Browse files
authored
Update Readme to point to HTTPS URLs of cloudinary.com
And adding demo link and fixing the support forums link.
1 parent f86b678 commit 93f7374

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For Java, Cloudinary provides a library for simplifying the integration even fur
2424
* For Android there's a separate library available at https://github.com/cloudinary/cloudinary_android
2525

2626
## Getting started guide
27-
![](http://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **Take a look at our [Getting started guide for Java](http://cloudinary.com/documentation/java_integration#getting_started_guide)**.
27+
![](https://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **Take a look at our [Getting started guide for Java](https://cloudinary.com/documentation/java_integration#getting_started_guide)**.
2828

2929
## Setup ######################################################################
3030

@@ -73,15 +73,15 @@ Generating a 120x90 thumbnail based on automatic face detection of the Facebook
7373

7474
![Facebook 90x120](https://res.cloudinary.com/demo/image/facebook/c_thumb,g_face,h_90,w_120/billclinton.jpg "Facebook 90x200")
7575

76-
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.
76+
For more details, see our documentation for embedding [Facebook](https://cloudinary.com/documentation/facebook_profile_pictures) and [Twitter](https://cloudinary.com/documentation/twitter_profile_pictures) profile pictures.
7777

7878
## Usage
7979

8080
### Configuration
8181

8282
Each request for building a URL of a remote cloud resource must have the `cloud_name` parameter set.
8383
Each request to our secure APIs (e.g., image uploads, eager sprite generation) must have the `api_key` and `api_secret` parameters set.
84-
See [API, URLs and access identifiers](http://cloudinary.com/documentation/api_and_access_identifiers) for more details.
84+
See [API, URLs and access identifiers](https://cloudinary.com/documentation/solution_overview#account_and_api_setup) for more details.
8585

8686
Setting the `cloud_name`, `api_key` and `api_secret` parameters can be done either directly in each call to a Cloudinary method,
8787
by when initializing the Cloudinary object, or by using the CLOUDINARY_URL environment variable / system property.
@@ -135,7 +135,7 @@ Same goes for Twitter:
135135
cloudinary.url().type("twitter_name").generate("billclinton.jpg");
136136
```
137137

138-
![](http://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **See [our documentation](http://cloudinary.com/documentation/java_image_manipulation) for more information about displaying and transforming images in Java**.
138+
![](https://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **See [our documentation](https://cloudinary.com/documentation/java_image_manipulation) for more information about displaying and transforming images in Java**.
139139

140140
### Upload
141141

@@ -165,7 +165,7 @@ cloudinary.url().generate("sample_remote.jpg");
165165
# http://res.cloudinary.com/demo/image/upload/sample_remote.jpg
166166
```
167167

168-
![](http://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **See [our documentation](http://cloudinary.com/documentation/java_image_upload) for plenty more options of uploading to the cloud from your Java code**.
168+
![](https://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **See [our documentation](https://cloudinary.com/documentation/java_image_upload) for plenty more options of uploading to the cloud from your Java code**.
169169

170170
### imageTag
171171

@@ -191,24 +191,28 @@ Map htmlOptions = ObjectUtils.asMap("alt", "sample");
191191
String html = cloudinary.uploader().imageUploadTag("image_id", options, htmlOptions);
192192
```
193193

194-
![](http://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **See [our documentation](http://cloudinary.com/documentation/java_image_upload#direct_uploading_from_the_browser) for plenty more options of uploading directly from the browser**.
194+
![](https://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **See [our documentation](https://cloudinary.com/documentation/java_image_upload#direct_uploading_from_the_browser) for plenty more options of uploading directly from the browser**.
195195

196196
## Additional resources ##########################################################
197197

198198
Additional resources are available at:
199199

200-
* [Website](http://cloudinary.com)
201-
* [Documentation](http://cloudinary.com/documentation)
202-
* [Image transformations documentation](http://cloudinary.com/documentation/image_transformations)
203-
* [Upload API documentation](http://cloudinary.com/documentation/upload_images)
200+
* [Website](https://cloudinary.com)
201+
* [Interactive demo](https://demo.cloudinary.com/default)
202+
* [Knowledge Base](https://support.cloudinary.com/hc/en-us)
203+
* [Documentation](https://cloudinary.com/documentation)
204+
* [Documentation for Java integration](https://cloudinary.com/documentation/java_integration)
205+
* [Image transformations documentation](https://cloudinary.com/documentation/image_transformations)
206+
* [Upload API documentation](https://cloudinary.com/documentation/upload_images)
204207

205208
## Support
206209

207210
You can [open an issue through GitHub](https://github.com/cloudinary/cloudinary_java/issues).
208211

209-
Contact us at [[email protected]](mailto:[email protected])
212+
Contact us [https://cloudinary.com/contact](https://cloudinary.com/contact)
213+
214+
Stay tuned for updates, tips and tutorials: [Blog](https://cloudinary.com/blog), [Twitter](https://twitter.com/cloudinary), [Facebook](https://www.facebook.com/Cloudinary).
210215

211-
Or via Twitter: [@cloudinary](https://twitter.com/#!/cloudinary)
212216

213217
## License #######################################################################
214218

0 commit comments

Comments
 (0)