Commit 47f3eec515c8585595394323f15b1b454fdbb734

Authored by Jeroen van Baarsen
1 parent 276a35c7

Put the bbatsov back in

Showing 1 changed file with 7 additions and 8 deletions   Show diff stats
CONTRIBUTING.md
... ... @@ -106,11 +106,10 @@ For examples of feedback on merge requests please look at already [closed merge
106 106 1. It conforms to the following style guides
107 107  
108 108 ## Style guides
109   -
110   -1. [Formatting](https://github.com/thoughtbot/guides/tree/master/style#formatting)
111   -2. [Naming](https://github.com/thoughtbot/guides/tree/master/style#naming)
112   -3. [Ruby](https://github.com/thoughtbot/guides/tree/master/style#ruby)
113   -4. [Rails](https://github.com/thoughtbot/guides/tree/master/style#rails)
114   -5. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style#coffeescript)
115   -6. [Testing](https://github.com/thoughtbot/guides/tree/master/style#testing)
116   -7. [Shell commands](doc/development/shell_commands.md)
  109 +1. [Ruby](https://github.com/bbatsov/ruby-style-guide)
  110 +2. [Rails](https://github.com/bbatsov/rails-style-guide)
  111 +3. [Formatting](https://github.com/thoughtbot/guides/tree/master/style#formatting)
  112 +4. [Naming](https://github.com/thoughtbot/guides/tree/master/style#naming)
  113 +8. [Testing](https://github.com/thoughtbot/guides/tree/master/style#testing)
  114 +7. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style#coffeescript)
  115 +9. [Shell commands](doc/development/shell_commands.md)
... ...