aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-05-18 09:44:36 +0100
committerMike McQuaid2016-05-18 09:44:36 +0100
commit95c3a31b33f364b4468741168d4d205ef10df00c (patch)
tree12657b36ae18c4891f891d6b68ee79c202bf4212
parent2f20a42292e7d8d8f9ae9286632155a46e599700 (diff)
downloadbrew-95c3a31b33f364b4468741168d4d205ef10df00c.tar.bz2
Revert "Switch to bbatsov's Style Guide since GitHub's is 404" (#250)
-rw-r--r--Library/Homebrew/README.md2
-rw-r--r--Library/Homebrew/formula.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/README.md b/Library/Homebrew/README.md
index 3d332f2d5..ccf0a02d7 100644
--- a/Library/Homebrew/README.md
+++ b/Library/Homebrew/README.md
@@ -3,6 +3,6 @@ This is the (partially) documented public API for Homebrew.
The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.
-You may also find the [Formula Cookbook](https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Formula-Cookbook.md) and bbatsov's [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide) helpful in creating formulae.
+You may also find the [Formula Cookbook](https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Formula-Cookbook.md) and [Ruby Style Guide](https://github.com/styleguide/ruby) helpful in creating formulae.
Good luck!
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 93663e58d..57e7013c8 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -26,7 +26,7 @@ require "migrator"
# @see FileUtils
# @see Pathname
# @see http://www.rubydoc.info/github/Homebrew/brew/file/share/doc/homebrew/Formula-Cookbook.md Formula Cookbook
-# @see https://github.com/bbatsov/ruby-style-guide Ruby Style Guide
+# @see https://github.com/styleguide/ruby Ruby Style Guide
#
# <pre>class Wget < Formula
# homepage "https://www.gnu.org/software/wget/"