@@ -54,63 +54,63 @@ const dataCards = [
5454 organisation : "IGN" ,
5555 thumbnailUrl : bdOrthoThumbUrl ,
5656 linkProps : {
57- href : "https://cartes.gouv.fr/catalogue /dataset/IGNF_BD-ORTHO" ,
57+ href : "https://cartes.gouv.fr/rechercher-une-donnee /dataset/IGNF_BD-ORTHO" ,
5858 } ,
5959 } ,
6060 {
6161 title : "SCAN 25" ,
6262 organisation : "IGN" ,
6363 thumbnailUrl : scan25ThumbUrl ,
6464 linkProps : {
65- href : "https://cartes.gouv.fr/catalogue /dataset/IGNF_SCAN-25" ,
65+ href : "https://cartes.gouv.fr/rechercher-une-donnee /dataset/IGNF_SCAN-25" ,
6666 } ,
6767 } ,
6868 {
6969 title : "Données Statistiques Publiques" ,
7070 organisation : "INSEE" ,
7171 thumbnailUrl : donneesStatPubThumbUrl ,
7272 linkProps : {
73- href : "https://cartes.gouv.fr/catalogue /dataset/INSEE_DONNEES" ,
73+ href : "https://cartes.gouv.fr/rechercher-une-donnee /dataset/INSEE_DONNEES" ,
7474 } ,
7575 } ,
7676 {
7777 title : "Forêts Publiques" ,
7878 organisation : "ONF" ,
7979 thumbnailUrl : foretsPubThumbUrl ,
8080 linkProps : {
81- href : "https://cartes.gouv.fr/catalogue /dataset/ONF_FORETS-PUBLIQUES" ,
81+ href : "https://cartes.gouv.fr/rechercher-une-donnee /dataset/ONF_FORETS-PUBLIQUES" ,
8282 } ,
8383 } ,
8484 {
8585 title : "Occupation du Sol à grande Échelle (OCS GE)" ,
8686 organisation : "DGALN, IGN, MTE" ,
8787 thumbnailUrl : ocsgeThumbUrl ,
8888 linkProps : {
89- href : "https://cartes.gouv.fr/catalogue /dataset/IGNF_INPE" ,
89+ href : "https://cartes.gouv.fr/rechercher-une-donnee /dataset/IGNF_INPE" ,
9090 } ,
9191 } ,
9292 {
9393 title : "Registre Parcellaire Graphique (RPG)" ,
9494 organisation : "IGN" ,
9595 thumbnailUrl : rpgThumbUrl ,
9696 linkProps : {
97- href : "https://cartes.gouv.fr/catalogue /dataset/IGNF_RPG" ,
97+ href : "https://cartes.gouv.fr/rechercher-une-donnee /dataset/IGNF_RPG" ,
9898 } ,
9999 } ,
100100 {
101101 title : "Plan d'Exposition au Bruit (PEB)" ,
102102 organisation : "DGAC" ,
103103 thumbnailUrl : pebThumbUrl ,
104104 linkProps : {
105- href : "https://cartes.gouv.fr/catalogue /dataset/DGAC_Plan_d_Exposition_au_Bruit_PEB" ,
105+ href : "https://cartes.gouv.fr/rechercher-une-donnee /dataset/DGAC_Plan_d_Exposition_au_Bruit_PEB" ,
106106 } ,
107107 } ,
108108 {
109109 title : "Projets de zones d'accélération des énergies renouvelables" ,
110110 organisation : "DTT 51" ,
111111 thumbnailUrl : projetsZaerThumbUrl ,
112112 linkProps : {
113- href : "https://cartes.gouv.fr/catalogue /dataset/f1a74532-5e5a-4756-b100-b6524f9a1805" ,
113+ href : "https://cartes.gouv.fr/rechercher-une-donnee /dataset/f1a74532-5e5a-4756-b100-b6524f9a1805" ,
114114 } ,
115115 } ,
116116] as const ;
@@ -357,7 +357,7 @@ export default function Discover() {
357357 >
358358 En savoir plus
359359 </ Link >
360- { /* <Link className={fr.cx("fr-link")} href="https://cartes.gouv.fr/catalogue /service/GeoPF_Geocodage" target="_blank">
360+ { /* <Link className={fr.cx("fr-link")} href="https://cartes.gouv.fr/rechercher-une-donnee /service/GeoPF_Geocodage" target="_blank">
361361 Géocoder
362362 </Link> */ }
363363 </ div >
@@ -377,7 +377,11 @@ export default function Discover() {
377377 < Link className = { fr . cx ( "fr-link" ) } href = "https://cartes.gouv.fr/telechargement/IGNF_MNT-LIDAR-HD" target = "_blank" >
378378 Consulter
379379 </ Link >
380- < Link className = { fr . cx ( "fr-link" ) } href = "https://cartes.gouv.fr/catalogue/dataset/IGNF_MNT-LIDAR-HD" target = "_blank" >
380+ < Link
381+ className = { fr . cx ( "fr-link" ) }
382+ href = "https://cartes.gouv.fr/rechercher-une-donnee/dataset/IGNF_MNT-LIDAR-HD"
383+ target = "_blank"
384+ >
381385 Accéder à la fiche du LIDAR HD MNT
382386 </ Link >
383387 </ div >
0 commit comments