diff --git a/client/config/cert-and-project-map.ts b/client/config/cert-and-project-map.ts index 63a6ff398bd..c45cd8f10a2 100644 --- a/client/config/cert-and-project-map.ts +++ b/client/config/cert-and-project-map.ts @@ -905,7 +905,7 @@ const allStandardCerts = [ { id: '6721db5d9f0c116e6a0fe25a', title: 'A2 English for Developers Certification Exam', - link: `${a2EnglishBase}/a2-english-for-developers-certification-exam/a2-english-for-developers-certification-exam`, + link: `${a2EnglishBase}/en-a2-certification-exam/en-a2-certification-exam`, certSlug: Certification.A2English } ] diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index b28a6a32e51..804bda437b3 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -1564,7 +1564,7 @@ "This course will provide you with ways to explain things to other people while assisting them." ] }, - "a2-english-for-developers-certification-exam": { + "en-a2-certification-exam": { "title": "A2 English for Developers Certification Exam", "intro": [ "This exam is required to claim the A2 English for Developers Certification." diff --git a/client/src/pages/learn/a2-english-for-developers/a2-english-for-developers-certification-exam/index.md b/client/src/pages/learn/a2-english-for-developers/en-a2-certification-exam/index.md similarity index 77% rename from client/src/pages/learn/a2-english-for-developers/a2-english-for-developers-certification-exam/index.md rename to client/src/pages/learn/a2-english-for-developers/en-a2-certification-exam/index.md index 297e599f8a6..54e7e7ea990 100644 --- a/client/src/pages/learn/a2-english-for-developers/a2-english-for-developers-certification-exam/index.md +++ b/client/src/pages/learn/a2-english-for-developers/en-a2-certification-exam/index.md @@ -1,6 +1,6 @@ --- title: A2 English for Developers Certification Exam -block: a2-english-for-developers-certification-exam +block: en-a2-certification-exam superBlock: a2-english-for-developers --- diff --git a/curriculum/challenges/english/blocks/a2-english-for-developers-certification-exam/6721db5d9f0c116e6a0fe25a.md b/curriculum/challenges/english/blocks/en-a2-certification-exam/6721db5d9f0c116e6a0fe25a.md similarity index 81% rename from curriculum/challenges/english/blocks/a2-english-for-developers-certification-exam/6721db5d9f0c116e6a0fe25a.md rename to curriculum/challenges/english/blocks/en-a2-certification-exam/6721db5d9f0c116e6a0fe25a.md index 3d13eae6c80..a8253a080a0 100644 --- a/curriculum/challenges/english/blocks/a2-english-for-developers-certification-exam/6721db5d9f0c116e6a0fe25a.md +++ b/curriculum/challenges/english/blocks/en-a2-certification-exam/6721db5d9f0c116e6a0fe25a.md @@ -2,7 +2,7 @@ id: 6721db5d9f0c116e6a0fe25a title: A2 English for Developers Certification Exam challengeType: 30 -dashedName: a2-english-for-developers-certification-exam +dashedName: en-a2-certification-exam prerequisites: [] --- diff --git a/curriculum/structure/blocks/a2-english-for-developers-certification-exam.json b/curriculum/structure/blocks/en-a2-certification-exam.json similarity index 82% rename from curriculum/structure/blocks/a2-english-for-developers-certification-exam.json rename to curriculum/structure/blocks/en-a2-certification-exam.json index 85f2515be43..a1c292ecc61 100644 --- a/curriculum/structure/blocks/a2-english-for-developers-certification-exam.json +++ b/curriculum/structure/blocks/en-a2-certification-exam.json @@ -1,7 +1,7 @@ { "name": "A2 English for Developers Certification Exam", "isUpcomingChange": true, - "dashedName": "a2-english-for-developers-certification-exam", + "dashedName": "en-a2-certification-exam", "helpCategory": "English", "challengeOrder": [ { diff --git a/curriculum/structure/superblocks/a2-english-for-developers.json b/curriculum/structure/superblocks/a2-english-for-developers.json index 1bf8419a4b0..e2c125270b8 100644 --- a/curriculum/structure/superblocks/a2-english-for-developers.json +++ b/curriculum/structure/superblocks/a2-english-for-developers.json @@ -27,6 +27,6 @@ "learn-how-to-offer-technical-support-and-guidance", "learn-how-to-request-and-receive-guidance", "learn-how-to-provide-explanations-when-helping-others", - "a2-english-for-developers-certification-exam" + "en-a2-certification-exam" ] }