[Fix #1036] Change the links to the CGU: use the GitBook version
This commit is contained in:
parent
9a51940024
commit
1c413eeec4
2 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue