From bd3b9ccb53bb4d4d415dbf6c1c90077518ca0bf6 Mon Sep 17 00:00:00 2001
From: khawkins98 <khawkins98@gmail.com>
Date: Mon, 9 Apr 2018 10:18:49 +0100
Subject: [PATCH] Fix sample logo

---
 .../websites/sample-site-v1.2/boilerplate/search-results.html   | 2 +-
 .../pages/websites/sample-site/boilerplate/search-results.html  | 2 +-
 .../websites/patterns/masthead-compact/masthead-compact.html    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/pages/websites/sample-site-v1.2/boilerplate/search-results.html b/content/pages/websites/sample-site-v1.2/boilerplate/search-results.html
index 111c4bb..0d6749f 100644
--- a/content/pages/websites/sample-site-v1.2/boilerplate/search-results.html
+++ b/content/pages/websites/sample-site-v1.2/boilerplate/search-results.html
@@ -121,7 +121,7 @@ layout: blank
         <!-- local-title -->
         <div class="columns medium-7 large-3" id="local-title">
           <h1><a href="#" title="Back to [service-name] homepage">
-            <img style="height: 40px;" class="padding-bottom-small" src="http://www.ebi.ac.uk/QuickGO-Beta/images/quickgo-logo3.622656dc.png" />
+            <img style="height: 40px;" class="padding-bottom-small" src="https://www.ebi.ac.uk/QuickGO/images/quickgo-logo3.622656dc.png" />
             Optional title
           </a></h1>
         </div>
diff --git a/content/pages/websites/sample-site/boilerplate/search-results.html b/content/pages/websites/sample-site/boilerplate/search-results.html
index 20e8a35..272b519 100644
--- a/content/pages/websites/sample-site/boilerplate/search-results.html
+++ b/content/pages/websites/sample-site/boilerplate/search-results.html
@@ -100,7 +100,7 @@ layout: blank
         <!-- local-title -->
         <div class="columns medium-7 large-3" id="local-title">
           <h1><a href="#" title="Back to [service-name] homepage">
-            <img style="height: 40px;" class="padding-bottom-small" src="http://www.ebi.ac.uk/QuickGO-Beta/images/quickgo-logo3.622656dc.png" />
+            <img style="height: 40px;" class="padding-bottom-small" src="https://www.ebi.ac.uk/QuickGO/images/quickgo-logo3.622656dc.png" />
             Optional title
           </a></h1>
         </div>
diff --git a/content/websites/patterns/masthead-compact/masthead-compact.html b/content/websites/patterns/masthead-compact/masthead-compact.html
index 7dc4f69..e2311d2 100644
--- a/content/websites/patterns/masthead-compact/masthead-compact.html
+++ b/content/websites/patterns/masthead-compact/masthead-compact.html
@@ -3,7 +3,7 @@
     <!-- local-title -->
     <div class="columns medium-7 large-3" id="local-title">
       <h1><a href="#" title="Back to [service-name] homepage">
-        <img style="height: 40px;" class="padding-bottom-small" src="http://www.ebi.ac.uk/QuickGO-Beta/images/quickgo-logo3.622656dc.png" />
+        <img style="height: 40px;" class="padding-bottom-small" src="https://www.ebi.ac.uk/QuickGO/images/quickgo-logo3.622656dc.png" />
         Service
       </a></h1>
     </div>
-- 
GitLab