From ab54b8a45eb3ac8074976f977f624aa74fe63f1c Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Tue, 2 Jun 2020 11:40:59 +0200 Subject: [PATCH] views: modernisation.gouv.fr -> numerique.gouv.fr Fix #4161 --- app/views/root/_footer.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/root/_footer.html.haml b/app/views/root/_footer.html.haml index 6e41eb4aa..9c42794fd 100644 --- a/app/views/root/_footer.html.haml +++ b/app/views/root/_footer.html.haml @@ -6,12 +6,12 @@ %ul.footer-logos %li.footer-text Un service fourni par la - = link_to "DINUM", "http://www.modernisation.gouv.fr/", title: "Direction Interministérielle au Numérique" + = link_to "DINUM", "https://numerique.gouv.fr/", title: "Direction Interministérielle au Numérique" %br et incubé par = link_to "beta.gouv.fr", "https://beta.gouv.fr", title: "le site de Beta.gouv.fr" %li - = link_to "http://www.modernisation.gouv.fr/", title: "DINUM" do + = link_to "https://numerique.gouv.fr/", title: "DINUM" do %span.footer-logo.footer-logo-dinum{ role: 'img', 'aria-label': 'DINUM' } = link_to "https://beta.gouv.fr", title: "le site de Beta.gouv.fr" do %span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'beta.gouv.fr' }