diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 411d32675..8b0413f87 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -45,10 +45,10 @@

<%= t("layouts.footer.copyright", year: Time.now.year) %> |  - <%= link_to t("layouts.footer.more_info"), page_path('/more_information') %> |  + <%= link_to t("layouts.footer.more_info"), page_path('more_information') %> |  <%= link_to t("layouts.footer.privacy"), page_path('privacy') %> |  <%= link_to t("layouts.footer.conditions"), page_path('conditions') %> |  - <%= link_to t("layouts.footer.accessibility"), page_path('/accessibility') %> + <%= link_to t("layouts.footer.accessibility"), page_path('accessibility') %>