fix(curriculum): rename cert (#56694)

This commit is contained in:
Tom
2024-10-30 11:57:39 -05:00
committed by GitHub
parent 32100e996a
commit daf5017085
409 changed files with 487 additions and 464 deletions
+6 -6
View File
@@ -33,7 +33,7 @@ const takeHomeBase = '/learn/coding-interview-prep/take-home-projects';
const foundationalCSharpBase =
'/learn/foundational-c-sharp-with-microsoft/foundational-c-sharp-with-microsoft-certification-exam';
const upcomingPythonBase = '/learn/upcoming-python';
const frontEndDevelopmentBase = '/learn/front-end-development';
const fullStackDeveloperBase = '/learn/full-stack-developer';
const a2EnglishBase = '/learn/a2-english-for-developers';
const b1EnglishBase = '/learn/b1-english-for-developers';
const legacyFrontEndBase = feLibsBase;
@@ -800,14 +800,14 @@ const allStandardCerts = [
// Upcoming Certifications
{
id: '64514fda6c245de4d11eb7bb',
title: 'Front End Development',
certSlug: Certification.FrontEndDevelopment,
title: 'Certified Full Stack Developer',
certSlug: Certification.FullStackDeveloper,
projects: [
{
id: '645147516c245de4d11eb7ba',
title: 'Front End Development Certification Exam',
link: `${frontEndDevelopmentBase}/front-end-development-certification-exam/front-end-development-certification-exam`,
certSlug: Certification.FrontEndDevelopment
title: 'Certified Full Stack Developer Exam',
link: `${fullStackDeveloperBase}/exam-certified-full-stack-developer/exam-certified-full-stack-developer`,
certSlug: Certification.FullStackDeveloper
}
]
},