Skip to content

Commit

Permalink
Merge pull request #8 from sutori/link-to-https
Browse files Browse the repository at this point in the history
Link to HTTPS
  • Loading branch information
jrjohnson authored Oct 18, 2017
2 parents ae65704 + 70fa30b commit 0bd46b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Only does one thing, hopefully well:
<p>
For full functionality of this site it is necessary to enable JavaScript.
Here are the
<a href='http://www.enable-javascript.com/' target='_blank'> instructions how to enable JavaScript in your web browser</a>.
<a href='https://www.enable-javascript.com/' target='_blank'> instructions how to enable JavaScript in your web browser</a>.
</p>
</noscript>
```
Expand All @@ -30,7 +30,7 @@ The default `noScript` value is:
noScript: {
'content': "<p>" +
"For full functionality of this site it is necessary to enable JavaScript." +
"Here are the <a href='http://www.enable-javascript.com/' target='_blank'>" +
"Here are the <a href='https://www.enable-javascript.com/' target='_blank'>" +
"instructions on how to enable JavaScript in your web browser</a>." +
"</p>"
}
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
tag: 'noscript',
content: "<p>" +
"For full functionality of this site it is necessary to enable JavaScript." +
"Here are the <a href='http://www.enable-javascript.com/' target='_blank'>" +
"Here are the <a href='https://www.enable-javascript.com/' target='_blank'>" +
"instructions on how to enable JavaScript in your web browser</a>." +
"</p>"
}
Expand Down

0 comments on commit 0bd46b4

Please sign in to comment.