fix(curriculum): change projects hint article links (#42339)
What? Make "Get a Hint" links of some projects to point to their corresponding forum topics. Ref: https://github.com/freeCodeCamp/freeCodeCamp/issues/40472#issuecomment-850496017 How? Set `forumTopicId` in the front matter of the project files. Closes #40472
This commit is contained in:
committed by
GitHub
parent
401d42bdfc
commit
b5e228fc92
@ -2,6 +2,7 @@
|
||||
id: 5e44412c903586ffb414c94c
|
||||
title: Arithmetic Formatter
|
||||
challengeType: 10
|
||||
forumTopicId: 462359
|
||||
dashedName: arithmetic-formatter
|
||||
---
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e44413e903586ffb414c94e
|
||||
title: Budget App
|
||||
challengeType: 10
|
||||
forumTopicId: 462361
|
||||
dashedName: budget-app
|
||||
---
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e444147903586ffb414c94f
|
||||
title: Polygon Area Calculator
|
||||
challengeType: 10
|
||||
forumTopicId: 462363
|
||||
dashedName: polygon-area-calculator
|
||||
---
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e44414f903586ffb414c950
|
||||
title: Probability Calculator
|
||||
challengeType: 10
|
||||
forumTopicId: 462364
|
||||
dashedName: probability-calculator
|
||||
---
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
id: 5e444136903586ffb414c94d
|
||||
title: Time Calculator
|
||||
challengeType: 10
|
||||
forumTopicId: 462360
|
||||
dashedName: time-calculator
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user