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: 5e601c0d5ac9d0ecd8b94afe
|
||||
title: American British Translator
|
||||
challengeType: 4
|
||||
forumTopicId: 462358
|
||||
dashedName: american-british-translator
|
||||
---
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
id: 5e601bf95ac9d0ecd8b94afd
|
||||
title: Sudoku Solver
|
||||
challengeType: 4
|
||||
forumTopicId: 462357
|
||||
dashedName: sudoku-solver
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user