Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: mentions legales
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Dec 8, 2023
1 parent 1bc334a commit 1808397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/mentions-legales.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const About: React.FC = () => (
<h2>Hébergement du site</h2>
<p>
Ce site est hébergé par : <br />
[http://www.ovh.com](http://www.ovh.com/) OVH SAS
[https://www.ovh.com](https://www.ovh.com/) OVH SAS
<br />
Siège social : 2 rue Kellermann - 59100 Roubaix - France. <br />
</p>
Expand All @@ -58,8 +58,8 @@ const About: React.FC = () => (
En savoir plus : <br />
Pour en savoir plus sur la politique d’accessibilité numérique de
l’État : 
<a href="http://references.modernisation.gouv.fr/accessibilite-numerique">
http://references.modernisation.gouv.fr/accessibilite-numerique
<a href="https://references.modernisation.gouv.fr/accessibilite-numerique">
https://references.modernisation.gouv.fr/accessibilite-numerique
</a>
</p>

Expand Down

0 comments on commit 1808397

Please sign in to comment.