Skip to content

Commit

Permalink
fix(website): demos link to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Nov 17, 2015
1 parent e369885 commit b69c0f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/examples/airbnb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- Header -->
<div class="container-fluid" style="padding-left: 0; padding-right: 0;">
<header class="navbar navbar-static-top aisdemo-navbar">
<a href="http://community.algolia.com/instantsearch.js/" class="is-logo"><img src="logo-is.png" width=40 ></a>
<a href="https://community.algolia.com/instantsearch.js/" class="is-logo"><img src="logo-is.png" width=40 ></a>
<a href="./" class="logo">A</a>
<i class="fa fa-search"></i>
<input type="text" class="form-control" id="q" />
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/amazon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<body>
<div class="container-fluid">
<header class="content-wrapper">
<a href="http://community.algolia.com/instantsearch.js/" class="is-logo"><img src="logo-is.png" width=40 ></a>
<a href="https://community.algolia.com/instantsearch.js/" class="is-logo"><img src="logo-is.png" width=40 ></a>
<a href="./" class="logo">amazing</a>
<div class="input-group">
<input type="text" class="form-control" id="q" />
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/youtube/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<body>
<header class="row">
<div class="col-sm-2">
<a href="http://community.algolia.com/instantsearch.js/" class="is-logo"><img src="logo-is.png" width=40 ></a>
<a href="https://community.algolia.com/instantsearch.js/" class="is-logo"><img src="logo-is.png" width=40 ></a>
<a href="./" class="logo">You<i class="fa fa-youtube-play"></i></a>
</div>
<div class="col-sm-4">
Expand Down

0 comments on commit b69c0f5

Please sign in to comment.