[Fix #1036] Change the links to the CGU: use the GitBook version

This commit is contained in:
gregoirenovel 2017-12-07 14:31:10 +01:00
parent 9a51940024
commit 1c413eeec4
2 changed files with 2 additions and 2 deletions

View file

@ -7,6 +7,6 @@
\-
= link_to 'Statistiques', stats_path
\-
= link_to 'CGU / Mentions légales', cgu_path
= link_to 'CGU / Mentions légales', "https://tps.gitbooks.io/tps-documentation/content/conditions-generales-dutilisation.html"
\-
= link_to 'Contact', "mailto:"+t('dynamics.contact_email')

View file

@ -30,4 +30,4 @@
%li.footer-link
= link_to "Documentation de l'API", "/docs", :class => "footer-link", :target => "_blank"
%li.footer-link
= link_to "CGU", cgu_path, :class => "footer-link"
= link_to "CGU", "https://tps.gitbooks.io/tps-documentation/content/conditions-generales-dutilisation.html", :class => "footer-link", :target => "_blank"