Skip to content

Commit

Permalink
💬(footer) new url for gouvernement.fr website link (now info.gouv.fr)
Browse files Browse the repository at this point in the history
this change is made after a global SIG request for all gouv websites
  • Loading branch information
manuhabitela authored and rouja committed Apr 26, 2024
1 parent 339308c commit d7ea1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const hover =

const externalLinks: LinkProps[] = [
{ href: 'https://legifrance.gouv.fr/fr/', children: 'legifrance.gouv.fr' },
{ href: 'https://gouvernement.fr/fr/', children: 'gouvernement.fr' },
{ href: 'https://info.gouv.fr/fr/', children: 'info.gouv.fr' },
{ href: 'https://www.service-public.fr/', children: 'service-public.fr' },
{ href: 'https://www.data.gouv.fr/fr/', children: 'data.gouv.fr' },
]
Expand Down

0 comments on commit d7ea1ab

Please sign in to comment.