From 26ec1a6ea7a2f9e0093403bb09d65328c783ab26 Mon Sep 17 00:00:00 2001 From: Marcus Chong Date: Mon, 14 May 2018 04:34:46 -0400 Subject: [PATCH] fixed broken link in contributing.md (#17159) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d3d72dd880..ee16748ce4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -630,7 +630,7 @@ Be sure to post in the PR conversation that you have made the requested changes. - [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) * Bugs and Issues: