Skip to content

Commit

Permalink
Use https when possible.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 10, 2019
1 parent 5b9eb75 commit 3abf0a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://www.contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
[homepage]: https://www.contributor-covenant.org/
[version]: https://www.contributor-covenant.org/version/1/4/
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export NPM_REGISTRY_URL="https://registry.npmjs.com"

## Running the code

Make sure you have the [ZEIT Now](http://zeit.co/now) cli installed with `npm i -g now`.
Make sure you have the [ZEIT Now](https://zeit.co/now) cli installed with `npm i -g now`.

```sh
now dev
Expand All @@ -60,7 +60,7 @@ npm test

## Deploying the code

The code is deployed to [ZEIT Now](http://zeit.co/now) via [GitHub Integration](http://zeit.co/github).
The code is deployed to [ZEIT Now](https://zeit.co/now) via [GitHub Integration](https://zeit.co/github).

If you want to deploy from the command line, you'll need the `now` cli. Run `npm i -g now` to get it.

Expand Down

0 comments on commit 3abf0a5

Please sign in to comment.