Convert links from absolute to relative

This commit is contained in:
James Mead 2017-06-28 11:51:23 +01:00
parent 69f4c74bc6
commit 2defd296bd
1 changed files with 2 additions and 2 deletions

View File

@ -46,11 +46,11 @@ section#contact div.row div p a:hover {
<div class="top-bar sticky iss-stuck is-at-top" data-sticky data-margin-top=0>
<div class="top-bar-title">
<strong>
<a id="logo" href="https://www.coops.tech/">
<a id="logo" href="/">
<img src="/app/themes/coop-tech-oowp-theme/public/img/CoTech-logo.png">CoTech
</a>
</strong>
<a class="back" href="https://www.coops.tech/">&#8592; Go Back</a>
<a class="back" href="/">&#8592; Go Back</a>
</div>
</div>