From fd74c3177d14aaba22d0a6b4229a2614194c1488 Mon Sep 17 00:00:00 2001 From: it33 Date: Mon, 26 Oct 2015 16:57:05 -0700 Subject: [PATCH] Fixing link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2d52a47f6..db8c90023f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ git checkout -b ## Programming and Testing -1. Please review the [Mattermost Style Guide](Style-Guide.md) prior to making changes +1. Please review the [Mattermost Style Guide](doc/developer/Style-Guide.md) prior to making changes To keep code clean and well structured, Mattermost uses ESLint to check that pull requests adhere to style guidelines for React. Code will need to follow Mattermost's React style guidelines in order to pass the automated build tests when a pull request is submitted