diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-01 13:03:59 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-01 13:03:59 +0100 |
commit | 4105b3b68b07d99497e731e4fc477a93313da19d (patch) | |
tree | 020635422ff1bf88b84393f32b251ebe22dd368a | |
parent | 1fc50dcc7f65ae04055a803579445a9397e3ffdf (diff) |
fix faq links on privacy page
-rwxr-xr-x | templates/web/fixmystreet/static/privacy.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/fixmystreet/static/privacy.html b/templates/web/fixmystreet/static/privacy.html index 17480f68b..933afe1e5 100755 --- a/templates/web/fixmystreet/static/privacy.html +++ b/templates/web/fixmystreet/static/privacy.html @@ -3,9 +3,9 @@ <div class="sticky-sidebar"> <aside> <ul class="plain-list"> - <li><a href="#faq">Frequently Asked Questions</a></li> - <li><a href="#practical">Practical Questions</a></li> - <li><a href="#organisation">Organisation Questions</a></li> + <li><a href="/faq#faq">Frequently Asked Questions</a></li> + <li><a href="/faq#practical">Practical Questions</a></li> + <li><a href="/faq#organisation">Organisation Questions</a></li> <li><strong>Privacy and cookies</strong></li> </ul> </aside> |