aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2014-10-26 14:54:36 +0000
committerMike McQuaid2014-10-26 14:57:36 +0000
commit4b4b01df0dfd597f55d095a54a89cce85039ae35 (patch)
tree66fe1a05212e279f6b715baa5476d3a142ddc4a1 /Library/Homebrew/cmd
parent704781b3aae358623e935281848ab58766273e6d (diff)
downloadhomebrew-4b4b01df0dfd597f55d095a54a89cce85039ae35.tar.bz2
Import docs from wiki.
Closes #33211.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/create.rb2
-rw-r--r--Library/Homebrew/cmd/help.rb2
-rw-r--r--Library/Homebrew/cmd/tap-readme.rb4
3 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index dcef372d8..9ba3e7204 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -119,7 +119,7 @@ class FormulaCreator
def template; <<-EOS.undent
require "formula"
- # Documentation: https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook
+ # Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md
# #{HOMEBREW_CONTRIB}/example-formula.rb
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
diff --git a/Library/Homebrew/cmd/help.rb b/Library/Homebrew/cmd/help.rb
index cc1afd061..f4fedc529 100644
--- a/Library/Homebrew/cmd/help.rb
+++ b/Library/Homebrew/cmd/help.rb
@@ -17,7 +17,7 @@ Troubleshooting:
Brewing:
brew create [URL [--no-fetch]]
brew edit [FORMULA...]
- open https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook
+ open https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md
Further help:
man brew
diff --git a/Library/Homebrew/cmd/tap-readme.rb b/Library/Homebrew/cmd/tap-readme.rb
index 6356fe308..a62ec3cc7 100644
--- a/Library/Homebrew/cmd/tap-readme.rb
+++ b/Library/Homebrew/cmd/tap-readme.rb
@@ -22,9 +22,9 @@ module Homebrew
Docs
----
- `brew help`, `man brew`, or the Homebrew [wiki][].
+ `brew help`, `man brew`, or the Homebrew [docs][].
- [wiki]:http://wiki.github.com/Homebrew/homebrew
+ [docs]:https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/README.md#readme
EOS
puts template if ARGV.verbose?