Skip to content

Commit

Permalink
docs(https): Fix Mixed Content Warnings (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhglewis authored and bnjjj committed Oct 14, 2019
1 parent c5c439b commit 3ffa11c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Node.js Wrapper for OVH APIs](http://ovh.github.io/node-ovh/img/logo.png)](http://ovh.github.io/node-ovh)
[![Node.js Wrapper for OVH APIs](https://ovh.github.io/node-ovh/img/logo.png)](https://ovh.github.io/node-ovh)

The easiest way to use the [OVH.com](http://ovh.com) APIs in your [node.js](http://nodejs.org/) applications.
The easiest way to use the [OVH.com](https://ovh.com) APIs in your [node.js](https://nodejs.org/) applications.

[![NPM Version](https://img.shields.io/npm/v/ovh.svg?style=flat)](https://www.npmjs.org/package/ovh)
[![Build Status](https://img.shields.io/travis/ovh/node-ovh.svg?style=flat)](http://travis-ci.org/ovh/node-ovh)
[![Build Status](https://img.shields.io/travis/ovh/node-ovh.svg?style=flat)](https://travis-ci.org/ovh/node-ovh)
[![Coverage Status](https://img.shields.io/coveralls/ovh/node-ovh.svg?style=flat)](https://coveralls.io/r/ovh/node-ovh?branch=master)

```js
Expand Down Expand Up @@ -130,7 +130,7 @@ you'll be able to play with the API calls allowed by this key.
#### 3. Let's play!
You are now be able to play with the API. Look at the
[examples available online](http://ovh.github.io/node-ovh#examples).
[examples available online](https://ovh.github.io/node-ovh#examples).
You can browse the API schemas using the web consoles of the APIs:
Expand Down Expand Up @@ -170,7 +170,7 @@ ovh.requestPromised('GET', '/me/bill/0123') //This route has been found at https
## Full documentation and examples
The full documentation is available online: http://ovh.github.io/node-ovh.
The full documentation is available online: https://ovh.github.io/node-ovh.
## Hacking
Expand All @@ -186,7 +186,7 @@ to hear from you!
### Run the tests
Tests are based on [mocha](http://mochajs.org/).
Tests are based on [mocha](https://mochajs.org/).
This package includes unit and integration tests.
```
Expand Down Expand Up @@ -280,4 +280,4 @@ available in the *gh-pages* branch.
- **Contribute**: https://github.com/ovh/node-ovh
- **Report bugs**: https://github.com/ovh/node-ovh/issues
- **Download**: http://npmjs.org/package/ovh
- **Download**: https://npmjs.org/package/ovh

0 comments on commit 3ffa11c

Please sign in to comment.