summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b6aa42509cf..5b974b478b6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -107,7 +107,10 @@ For examples of feedback on merge requests please look at already [closed merge
## Style guides
-1. [Ruby style guide](https://github.com/bbatsov/ruby-style-guide)
-1. [Rails style guide](https://github.com/bbatsov/rails-style-guide)
-1. [CoffeeScript style guide](https://github.com/polarmobile/coffeescript-style-guide)
-1. [Shell command guidelines](doc/development/shell_commands.md)
+1. [Formatting](https://github.com/thoughtbot/guides/tree/master/style#formatting)
+2. [Naming](https://github.com/thoughtbot/guides/tree/master/style#naming)
+3. [Ruby](https://github.com/thoughtbot/guides/tree/master/style#ruby)
+4. [Rails](https://github.com/thoughtbot/guides/tree/master/style#rails)
+5. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style#coffeescript)
+6. [Testing](https://github.com/thoughtbot/guides/tree/master/style#testing)
+7. [Shell commands](doc/development/shell_commands.md)