Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Mixed Content Warnings #35

Merged
merged 3 commits into from
Oct 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
tadhglewis marked this conversation as resolved.
Show resolved Hide resolved

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