From 3ff9f5bae7708f9544d0c72195a5ec1b8c203f96 Mon Sep 17 00:00:00 2001 From: Katrin Leinweber Date: Thu, 29 Jun 2017 20:41:20 +0200 Subject: [PATCH] secure hyperlinks to make HSTS less necessary (#113) --- .gitignore | 4 ++-- README.md | 2 +- app/package.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3984c5d..af32b0d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ coverage # nyc test coverage .nyc_output -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) .grunt # Bower dependency directory (https://bower.io/) @@ -33,7 +33,7 @@ bower_components # node-waf configuration .lock-wscript -# Compiled binary addons (http://nodejs.org/api/addons.html) +# Compiled binary addons (https://nodejs.org/api/addons.html) build/Release # Dependency directories diff --git a/README.md b/README.md index e9f2367..d2edc5e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ alt="MIT license" /> - +

diff --git a/app/package.json b/app/package.json index 5ddc94e..3b5bb5a 100644 --- a/app/package.json +++ b/app/package.json @@ -19,7 +19,7 @@ }, "author": { "name": "Code for Science", - "url": "http://codeforscience.org" + "url": "https://codeforscience.org" }, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c1c9bec..93f6f1f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "author": { "name": "Code for Science", - "url": "http://codeforscience.org" + "url": "https://codeforscience.org" }, "license": "MIT", "devDependencies": {