Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jul 21, 2023
1 parent 84c0651 commit c9d54ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib/educationalResources/educationalResources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ export const educationalResources: (
"category": "discover the datalab",
"imageUrl": onyxiaImgUrl,
"articleUrl": {
"fr": "https://inseefrlab.github.io/docs.sspcloud.fr/docs/fr/data-storage.html",
"en": "https://inseefrlab.github.io/docs.sspcloud.fr/docs/en/data-storage.html"
"fr": "https://inseefrlab.github.io/docs.sspcloud.fr/docs/fr/storage.html",
"en": "https://inseefrlab.github.io/docs.sspcloud.fr/docs/en/storage.html"
}
},
{
Expand All @@ -180,8 +180,8 @@ export const educationalResources: (
},
{
"name": {
"fr": "Configuration des services",
"en": "Services configuration",
"fr": "Configuration des services (WIP)",
"en": "Services configuration (WIP)",
},
"abstract": {
"fr": "Documentation des différents paramètres de configuration d'un service",
Expand All @@ -193,8 +193,8 @@ export const educationalResources: (
"category": "discover the datalab",
"imageUrl": onyxiaImgUrl,
"articleUrl": {
"fr": "https://inseefrlab.github.io/docs.sspcloud.fr/docs/fr/configuration.html",
"en": "https://inseefrlab.github.io/docs.sspcloud.fr/docs/en/configuration.html"
"fr": "https://inseefrlab.github.io/docs.sspcloud.fr/docs/fr/configure.html",
"en": "https://inseefrlab.github.io/docs.sspcloud.fr/docs/en/configure.html"
}
},
{
Expand Down

0 comments on commit c9d54ec

Please sign in to comment.