Skip to content

Commit

Permalink
Issue 180: Fix contact us link
Browse files Browse the repository at this point in the history
  • Loading branch information
dogle-scottlogic committed Nov 18, 2024
1 parent 5fef0e8 commit 5309328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/site-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li ><a href="{{site.scottlogic.url}}/events">Events</a></li>
<li ><a href="{{site.scottlogic.url}}/news">News</a></li>
<li ><a href="https://blog.scottlogic.com/">Blog</a></li>
<li ><a href="{{site.scottlogic.url}}/who-we-are.html#contact-us">Contact Us</a></li>
<li ><a href="{{site.scottlogic.url}}/contact-us">Contact Us</a></li>
</ul>
</div>
</div>
Expand Down Expand Up @@ -45,7 +45,7 @@ <h1 class="brand"><a href="{{site.scottlogic.url}}">Scott Logic / Altogether Sma
<li><a href="{{site.scottlogic.url}}/insights">Insights</a></li>
<li><a href="{{site.scottlogic.url}}/events">Events</a></li>
<li><a href="{{site.scottlogic.url}}/news">News</a></li>
<li><a href="{{site.scottlogic.url}}/who-we-are.html#contact-us">Contact</a></li>
<li><a href="{{site.scottlogic.url}}/contact-us">Contact</a></li>
</ul>
</div>
</nav>
Expand Down

0 comments on commit 5309328

Please sign in to comment.