Fix remaining broken location links

This commit is contained in:
Peter Foster
2026-03-02 13:01:34 +00:00
parent 4fcb16bd89
commit 7e481d5a17
4 changed files with 4 additions and 4 deletions

View File

@@ -178,7 +178,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
<a href="/locations/london" class="location-link">London</a> <a href="/locations/london" class="location-link">London</a>
<a href="/locations/manchester" class="location-link">Manchester</a> <a href="/locations/manchester" class="location-link">Manchester</a>
<a href="/locations/birmingham" class="location-link">Birmingham</a> <a href="/locations/birmingham" class="location-link">Birmingham</a>
<a href="/locations/" class="location-link">All Locations →</a> <a href="/" class="location-link">All Locations →</a>
</div> </div>
</div> </div>
</section> </section>

View File

@@ -178,7 +178,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
<a href="/locations/london" class="location-link">London</a> <a href="/locations/london" class="location-link">London</a>
<a href="/locations/manchester" class="location-link">Manchester</a> <a href="/locations/manchester" class="location-link">Manchester</a>
<a href="/locations/birmingham" class="location-link">Birmingham</a> <a href="/locations/birmingham" class="location-link">Birmingham</a>
<a href="/locations/" class="location-link">All Locations →</a> <a href="/" class="location-link">All Locations →</a>
</div> </div>
</div> </div>
</section> </section>

View File

@@ -178,7 +178,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
<a href="/locations/london" class="location-link">London</a> <a href="/locations/london" class="location-link">London</a>
<a href="/locations/manchester" class="location-link">Manchester</a> <a href="/locations/manchester" class="location-link">Manchester</a>
<a href="/locations/birmingham" class="location-link">Birmingham</a> <a href="/locations/birmingham" class="location-link">Birmingham</a>
<a href="/locations/" class="location-link">All Locations →</a> <a href="/" class="location-link">All Locations →</a>
</div> </div>
</div> </div>
</section> </section>

View File

@@ -178,7 +178,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
<a href="/locations/london" class="location-link">London</a> <a href="/locations/london" class="location-link">London</a>
<a href="/locations/manchester" class="location-link">Manchester</a> <a href="/locations/manchester" class="location-link">Manchester</a>
<a href="/locations/birmingham" class="location-link">Birmingham</a> <a href="/locations/birmingham" class="location-link">Birmingham</a>
<a href="/locations/" class="location-link">All Locations →</a> <a href="/" class="location-link">All Locations →</a>
</div> </div>
</div> </div>
</section> </section>