From a85bad9439e73bbe03bbe60e4075e7b089c8b578 Mon Sep 17 00:00:00 2001 From: mpmaan <34267628+mpmaan@users.noreply.github.com> Date: Wed, 13 Jun 2018 18:58:17 +0530 Subject: [PATCH] Fixes broken link of challenge types in contributor's guide (#17564) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc60dcad08..39ab5c1350 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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