Browse Source

Merge pull request #703 from patrickdappollonio/patch-1

Update logo to not use HTTP, but also allows HTTPS
Evan Huus 8 years ago
parent
commit
6a5637dac9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _layouts/index.html

+ 1 - 1
_layouts/index.html

@@ -11,7 +11,7 @@
       <header class="hero-header">
         <div class="pagewidth">
           <div class="logo--ie">
-            <img src="http://shopify.github.io/images/shopify-open-source-sub.svg" alt="Shopify Open Source" class="logo">
+            <img src="//shopify.github.io/images/shopify-open-source-sub.svg" alt="Shopify Open Source" class="logo">
             <span class="breadcrumb"><a href="http://shopify.github.io">Open Source</a> > {{ site.github.project_title }}</span>
           </div>
           <div class="repo-lang {{ site.github.language | downcase }}">