summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-26 16:57:05 -0700
committerit33 <iantien@gmail.com>2015-10-26 16:57:05 -0700
commitfd74c3177d14aaba22d0a6b4229a2614194c1488 (patch)
tree27f6d0190dc15ffd2d53c7df34ff96f8746acd5b
parent6651844801cfe84b7fbe3122875d5c1e11a4037b (diff)
downloadchat-fd74c3177d14aaba22d0a6b4229a2614194c1488.tar.gz
chat-fd74c3177d14aaba22d0a6b4229a2614194c1488.tar.bz2
chat-fd74c3177d14aaba22d0a6b4229a2614194c1488.zip
Fixing link
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f2d52a47f..db8c90023 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -28,7 +28,7 @@ git checkout -b <branch name>
## 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