From d2c3b0b7066ccb6fcf5e752376df27abf5c5e5bb Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Tue, 7 Mar 2017 22:37:54 +0100 Subject: [PATCH] Fix coding standards link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 86ea351609..a0d867ade9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ Contributing git checkout -b new_branch_name ``` 4. Code - * Follow the [coding standard](https://readme.highfidelity.com/v1.0/docs/coding-standard) + * Follow the [coding standard](https://wiki.highfidelity.com/wiki/Coding_Standards) 5. Commit * Use [well formed commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) 6. Update your branch