Fixes broken link of challenge types in contributor's guide (#17564)

This commit is contained in:
mpmaan
2018-06-13 18:58:17 +05:30
committed by Kristofer Koishigawa
parent 0f46d7cac4
commit a85bad9439

View File

@ -574,7 +574,7 @@ see also
- [Challenge schema](./common/models/challenge.json) - lists all of the fields inside challenge, and describes some of them
- [Challenge types](./common/ap/utils/challengeTypes.js) - what the numeric challenge type values mean (enum)
- [Challenge types](./common/app/utils/challengeTypes.js) - what the numeric challenge type values mean (enum)
### How We Review and Merge Pull Requests