From 87a3ad6eda082a815543b8c8f71c5ef5f1b85797 Mon Sep 17 00:00:00 2001
From: robee <robin.code22@gmail.com>
Date: Sun, 30 Apr 2023 21:00:54 +0100
Subject: [PATCH] fix(location.html): fixed museum link

---
 location.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/location.html b/location.html
index 2c9bde8..b5b9d35 100644
--- a/location.html
+++ b/location.html
@@ -70,7 +70,7 @@
                                 <p>The M Shed is located on the harbourside, a five to 10 minute walk from the city centre or a 20 minute walk from Bristol Temple Meads train station.</p>
                             </div>
                         </div>
-                    <p class="link--blue">Source: <a href="bristolmuseums.org.uk/m-shed/plan-your-visit/getting-here" target="_blank" rel="noopener">bristolmuseums.org.uk/m-shed/plan-your-visit/getting-here</a>.</p>
+                    <p class="link--blue">Source: <a href="https://bristolmuseums.org.uk/m-shed/plan-your-visit/getting-here" target="_blank" rel="noopener">bristolmuseums.org.uk/m-shed/plan-your-visit/getting-here</a>.</p>
                 </article>
             </section>
             <section class="flex ai-centre"> 
-- 
GitLab