Skip to content

Commit

Permalink
refactor(html): update browsehappy to https instead of http (h5bp#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellerbrock authored and roblarsen committed Jun 30, 2017
1 parent 5c596cd commit 418fcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->

<!-- Add your site or application content here -->
Expand Down

0 comments on commit 418fcb7

Please sign in to comment.