Skip to content

Commit 9aab09a

Browse files
authored
Fix guides URLs (#1077)
1 parent 5e4bd81 commit 9aab09a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

nuxt.config.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,20 @@ export default defineNuxtConfig({
9191
url: 'https://schema.data.gouv.fr/',
9292
name: 'schema.data.gouv.fr',
9393
},
94-
apiDocExternalLink: 'https://guides.data.gouv.fr/publier-des-donnees/guide-data.gouv.fr/api/reference',
94+
apiDocExternalLink: 'https://guides.data.gouv.fr/api-de-data.gouv.fr/reference',
9595
guidesUrl: 'https://guides.data.gouv.fr/',
96-
guidesCreateAccount: 'https://guides.data.gouv.fr/publier-des-donnees/guide-data.gouv.fr/creer-un-compte-utilisateur-et-rejoindre-une-organisation',
97-
guidesHarvestingUrl: 'https://guides.data.gouv.fr/guide-data.gouv.fr/moissonnage',
96+
guidesCreateAccount: 'https://guides.data.gouv.fr/compte-utilisateur/creer-un-compte-utilisateur',
97+
guidesHarvestingUrl: 'https://guides.data.gouv.fr/moissonnage',
9898
guidesLabelsUrl: undefined, // TODO: add guide when created
99-
guidesCommunityResources: 'https://guides.data.gouv.fr/publier-des-donnees/guide-data.gouv.fr/ressource-communautaire',
99+
guidesCommunityResources: 'https://guides.data.gouv.fr/jeux-de-donnees/ressource-communautaire',
100100
supportUrl: 'https://support.data.gouv.fr/',
101101
catalogUrl: 'https://guides.data.gouv.fr/autres-ressources-utiles/catalogage-de-donnees-grist',
102102

103-
guideDatasets: 'https://guides.data.gouv.fr/guide-data.gouv.fr/jeux-de-donnees',
104-
guideReuses: 'https://guides.data.gouv.fr/guide-data.gouv.fr/reutilisations',
105-
guideDataservices: 'https://guides.data.gouv.fr/guide-data.gouv.fr/api',
103+
guideDatasets: 'https://guides.data.gouv.fr/jeux-de-donnees',
104+
guideReuses: 'https://guides.data.gouv.fr/reutilisations',
105+
guideDataservices: 'https://guides.data.gouv.fr/api',
106106
reusesOnboardingUsecases: 'https://www.data.gouv.fr/pages/onboarding/liste_cas_usage/',
107-
dataservicesOnboarding: 'https://guides.data.gouv.fr/guide-data.gouv.fr/api/outils-pour-les-administrations',
107+
dataservicesOnboarding: 'https://guides.data.gouv.fr/autres/outils-pour-les-administrations',
108108

109109
homepagePublishDatasetOnboarding: '/producteurs',
110110
homepagePublishReuseOnboarding: '/reutilisateurs',
@@ -135,7 +135,7 @@ export default defineNuxtConfig({
135135
publishingDataserviceFeedbackUrl: 'https://tally.so/r/w2J7lL',
136136
publishingReuseFeedbackUrl: 'https://tally.so/r/mV98y6',
137137
publishingHarvesterFeedbackUrl: 'https://tally.so/r/3NMLOQ',
138-
reuseGuideUrl: 'https://guides.data.gouv.fr/publier-des-donnees/guide-data.gouv.fr/reutilisations',
138+
reuseGuideUrl: 'https://guides.data.gouv.fr/reutilisations/publier-une-reutilisation',
139139
harvesterRequestValidationUrl: 'https://support.data.gouv.fr/help/datagouv/moissonnage#support-tree',
140140
harvesterPreviewMaxItems: 20, // Should be the same as `HARVEST_PREVIEW_MAX_ITEMS` in udata
141141
harvestEnableManualRun: false,

0 commit comments

Comments
 (0)