Fix broken internal links across site

This commit is contained in:
Peter Foster
2026-03-02 11:44:06 +00:00
parent b257ceb3a4
commit 4fcb16bd89
16 changed files with 38 additions and 37 deletions

View File

@@ -72,7 +72,7 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
<div class="hero-content">
<div class="breadcrumb">
<a href="/">Home</a> &gt;
<a href="/locations">Locations</a> &gt;
<a href="/">Locations</a> &gt;
<span>Edinburgh</span>
</div>
@@ -175,9 +175,9 @@ header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
<div class="container">
<h2>Also Serving Nearby Areas</h2>
<div class="locations-grid">
<a href="/locations/web-scraping-london/" class="location-link">London</a>
<a href="/locations/web-scraping-manchester/" class="location-link">Manchester</a>
<a href="/locations/web-scraping-birmingham/" class="location-link">Birmingham</a>
<a href="/locations/london" class="location-link">London</a>
<a href="/locations/manchester" class="location-link">Manchester</a>
<a href="/locations/birmingham" class="location-link">Birmingham</a>
<a href="/locations/" class="location-link">All Locations →</a>
</div>
</div>