aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-11-24 11:41:43 +0000
committerGitHub2016-11-24 11:41:43 +0000
commitf8aa057b07013ad8d86e8db562a96439104693ff (patch)
tree5315cc9f116978a8a4e75d43622ba95d11b563ef /Library
parent17bad9ac59ada6d3d1cc70246f39730131d7f310 (diff)
parent227975110317b144988b0c5656b338292462f863 (diff)
downloadbrew-f8aa057b07013ad8d86e8db562a96439104693ff.tar.bz2
Merge pull request #1561 from tsekityam/patch-2
Fix broken link
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 7fe00cb45..bae2e3314 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -26,7 +26,7 @@ require "migrator"
# @see SharedEnvExtension
# @see FileUtils
# @see Pathname
-# @see http://www.rubydoc.info/github/Homebrew/brew/file/docs/Formula-Cookbook.md Formula Cookbook
+# @see https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md Formula Cookbook
# @see https://github.com/styleguide/ruby Ruby Style Guide
#
# <pre>class Wget < Formula