Skip to content

Commit

Permalink
secure hyperlinks to make HSTS less necessary (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinleinweber authored and Richard Smith-Unna committed Jun 29, 2017
1 parent 380de79 commit 3ff9f5b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
alt="MIT license" />
</a>
<!-- Made with <3 -->
<a href="http://codeforscience.org" target="_blank">
<a href="https://codeforscience.org" target="_blank">
<img src="https://img.shields.io/badge/made_with-❤️💛💚💙💜-e6e6e6.svg?style=flat-square" />
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"author": {
"name": "Code for Science",
"url": "http://codeforscience.org"
"url": "https://codeforscience.org"
},
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"author": {
"name": "Code for Science",
"url": "http://codeforscience.org"
"url": "https://codeforscience.org"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 3ff9f5b

Please sign in to comment.