Skip to content

Commit

Permalink
Merge pull request #1400 from betagouv/fix_datagouv_link
Browse files Browse the repository at this point in the history
fix datagouv link in main alert
  • Loading branch information
JeSuisUnCaillou authored Nov 21, 2024
2 parents 098c577 + 2d2f6f7 commit 7c4f37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uiComponents/alertFusion/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const AlertFusion: React.FC<{}> = () => (
<div className="fr-container">
<div className="fr-notice__body">
<p><span className="fr-notice__title">⚠️ Le site API.gouv.fr fusionne dans le catalogue unique Data.gouv.fr :</span> <span className="fr-notice__desc">Pour découvrir les nouvelles API et obtenir les informations les plus à jour, rendez-vous sur </span>
<a target="_blank" rel="noopener external" title="Page API du catalogue Data.gouv.fr - nouvelle fenêtre" href="https://www.data.gouv.fr/api" className="fr-notice__link">⇢ data.gouv.fr/api</a>.
<a target="_blank" rel="noopener external" title="Page API du catalogue Data.gouv.fr - nouvelle fenêtre" href="https://www.data.gouv.fr/dataservices" className="fr-notice__link">⇢ data.gouv.fr/dataservices</a>.
</p>
</div>
</div>
Expand Down

0 comments on commit 7c4f37d

Please sign in to comment.