Skip to content

Commit 0a54a2d

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 1af4961 commit 0a54a2d

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Cloudinary provides URL and HTTP based APIs that can be easily integrated with a
1212
For Node.js, Cloudinary provides an extension for simplifying the integration even further.
1313

1414
## Getting started guide
15-
![](http://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **Take a look at our [Getting started guide for Node.js](http://cloudinary.com/documentation/node_integration#getting_started_guide)**.
15+
![](https://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **Take a look at our [Getting started guide for Node.js](https://cloudinary.com/documentation/node_integration#node_js_getting_started_guide)**.
1616

1717

1818
## Setup ######################################################################
@@ -51,15 +51,15 @@ Generating a 120x90 thumbnail based on automatic face detection of the Facebook
5151

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

54-
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.
54+
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.
5555

5656

5757
## Usage
5858

5959
### Configuration
6060

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

6464
Setting the `cloud_name`, `api_key` and `api_secret` parameters can be done either directly in each call to a Cloudinary method, by calling the cloudinary.config(), or by using the CLOUDINARY_URL environment variable.
6565

@@ -97,7 +97,7 @@ Same goes for Twitter:
9797

9898
cloudinary.url("billclinton.jpg", {type: "twitter_name"})
9999

100-
![](http://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **See [our documentation](http://cloudinary.com/documentation/node_image_manipulation) for more information about displaying and transforming images in Node.js**.
100+
![](https://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **See [our documentation](https://cloudinary.com/documentation/node_image_manipulation) for more information about displaying and transforming images in Node.js**.
101101

102102
### Upload
103103

@@ -135,7 +135,7 @@ You can also specify your own public ID:
135135

136136
http://res.cloudinary.com/demo/image/upload/sample_remote.jpg
137137

138-
![](http://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **See [our documentation](http://cloudinary.com/documentation/node_image_upload) for plenty more options of uploading to the cloud from your Node.js code or directly from the browser**.
138+
![](https://res.cloudinary.com/cloudinary/image/upload/see_more_bullet.png) **See [our documentation](https://cloudinary.com/documentation/node_image_upload) for plenty more options of uploading to the cloud from your Node.js code or directly from the browser**.
139139

140140
### cloudinary.upload_stream
141141

@@ -175,13 +175,14 @@ Please consult with the [README file](https://github.com/cloudinary/cloudinary_n
175175

176176
Additional resources are available at:
177177

178-
* [Website](http://cloudinary.com)
179-
* [Documentation](http://cloudinary.com/documentation)
180-
* [Knowledge Base](http://support.cloudinary.com/forums)
181-
* [Documentation for Node.js integration](http://cloudinary.com/documentation/node_integration)
182-
* [Node.js image upload documentation](http://cloudinary.com/documentation/node_image_upload)
183-
* [Node.js image manipulation documentation](http://cloudinary.com/documentation/node_image_manipulation)
184-
* [Image transformations documentation](http://cloudinary.com/documentation/image_transformations)
178+
* [Website](https://cloudinary.com)
179+
* [Interactive demo](https://demo.cloudinary.com/default)
180+
* [Documentation](https://cloudinary.com/documentation)
181+
* [Knowledge Base](https://support.cloudinary.com/hc/en-us)
182+
* [Documentation for Node.js integration](https://cloudinary.com/documentation/node_integration)
183+
* [Node.js image upload documentation](https://cloudinary.com/documentation/node_image_upload)
184+
* [Node.js image manipulation documentation](https://cloudinary.com/documentation/node_image_manipulation)
185+
* [Image transformations documentation](https://cloudinary.com/documentation/image_transformations)
185186

186187
## Run test
187188

@@ -193,9 +194,9 @@ npm run test
193194

194195
You can [open an issue through GitHub](https://github.com/cloudinary/cloudinary_npm/issues).
195196

196-
Contact us [http://cloudinary.com/contact](http://cloudinary.com/contact)
197+
Contact us [https://cloudinary.com/contact](https://cloudinary.com/contact)
197198

198-
Stay tuned for updates, tips and tutorials: [Blog](http://cloudinary.com/blog), [Twitter](https://twitter.com/cloudinary), [Facebook](http://www.facebook.com/Cloudinary).
199+
Stay tuned for updates, tips and tutorials: [Blog](https://cloudinary.com/blog), [Twitter](https://twitter.com/cloudinary), [Facebook](https://www.facebook.com/Cloudinary).
199200

200201
## License #######################################################################
201202

0 commit comments

Comments
 (0)