diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml
index 1fd340cc6..f52602251 100644
--- a/app/views/layouts/_footer.html.haml
+++ b/app/views/layouts/_footer.html.haml
@@ -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')
diff --git a/app/views/layouts/_new_footer.html.haml b/app/views/layouts/_new_footer.html.haml
index 0cbf4c6ef..c34d91f5a 100644
--- a/app/views/layouts/_new_footer.html.haml
+++ b/app/views/layouts/_new_footer.html.haml
@@ -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"