From 6853edde578685eaa023813e28671fd15d40fef6 Mon Sep 17 00:00:00 2001 From: Daniel Uber Date: Tue, 2 Mar 2021 22:39:05 -0600 Subject: [PATCH] Update style guide link (#12876) --- docs/getting-started/committing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/committing.md b/docs/getting-started/committing.md index 126f0c0d0..936b78c7d 100644 --- a/docs/getting-started/committing.md +++ b/docs/getting-started/committing.md @@ -12,7 +12,7 @@ We encourage people to write ## Style guide This project follows -[thoughtbot's Ruby Style Guide](https://github.com/thoughtbot/guides/blob/master/style/ruby/.rubocop.yml), +[thoughtbot's Ruby Style Guide](https://github.com/thoughtbot/guides/blob/main/ruby/.rubocop.yml), using [Rubocop](https://github.com/bbatsov/rubocop) along with [Rubocop-Rspec](https://github.com/backus/rubocop-rspec) as the code analyzer. If you have Rubocop installed with your text editor of choice, you should be up