From 3abf0a5423904297f4194429124f3c3c716412e0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 10 Nov 2019 16:52:30 +0200 Subject: [PATCH] Use https when possible. --- CODE_OF_CONDUCT.md | 6 +++--- CONTRIBUTING.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 7a9f059e..4607cac3 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4dc62d7..4f2ae24c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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.