mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): rename cert (#56694)
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user