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 111c4bb0b10d726a0fc03c72900252302bbada14..0d6749f287db8078357e976989dc1f78c339d758 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 20e8a35a65c6e63c0bd6b4c97904d005d3b4ac66..272b5192e95d6c678a34e991c2fe018a8f8f3ca9 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 7dc4f696d661be548120df3113647ce9bb7cd077..e2311d2122b9715660c2bd2c64f90efc978b797e 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>