aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-04-03 14:03:33 +0100
committerMike McQuaid2016-04-03 14:03:33 +0100
commit276a797d37fa057f935ba671bca04163389046f1 (patch)
tree550efc03d3737e1bbe8ff28ae3231aa11e505df6 /Library
parentd127569053d538fb17cc20313a8ae9094d53a7c9 (diff)
downloadbrew-276a797d37fa057f935ba671bca04163389046f1.tar.bz2
Update documentation after repository split.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/README.md2
-rw-r--r--Library/Homebrew/cmd/create.rb4
-rw-r--r--Library/Homebrew/cmd/help.rb2
-rw-r--r--Library/Homebrew/cmd/tap-readme.rb2
-rw-r--r--Library/Homebrew/formula.rb2
-rw-r--r--Library/Homebrew/manpages/brew.1.md12
-rw-r--r--Library/Homebrew/os/mac/xcode.rb2
-rw-r--r--Library/Homebrew/test/test_cmd_info.rb6
8 files changed, 16 insertions, 16 deletions
diff --git a/Library/Homebrew/README.md b/Library/Homebrew/README.md
index 6b0b72244..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/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md) and [Ruby Style Guide](https://github.com/styleguide/ruby) 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/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index 2bdcd19b8..a468189c4 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -129,8 +129,8 @@ class FormulaCreator
end
def template; <<-EOS.undent
- # Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md
- # http://www.rubydoc.info/github/Homebrew/homebrew/master/Formula
+ # Documentation: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Formula-Cookbook.md
+ # http://www.rubydoc.info/github/Homebrew/brew/master/Formula
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
class #{Formulary.class_s(name)} < Formula
diff --git a/Library/Homebrew/cmd/help.rb b/Library/Homebrew/cmd/help.rb
index 6e1f3f07a..f729c0e8c 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...]
- https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md
+ https://github.com/Homebrew/brew/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 2845cc85b..032ec2b79 100644
--- a/Library/Homebrew/cmd/tap-readme.rb
+++ b/Library/Homebrew/cmd/tap-readme.rb
@@ -21,7 +21,7 @@ module Homebrew
```
## Documentation
- `brew help`, `man brew` or check [Homebrew's documentation](https://github.com/Homebrew/homebrew/tree/master/share/doc/homebrew#readme).
+ `brew help`, `man brew` or check [Homebrew's documentation](https://github.com/Homebrew/brew/tree/master/share/doc/homebrew#readme).
EOS
puts template if ARGV.verbose?
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index d9c648c9c..9047f69d0 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -1697,7 +1697,7 @@ class Formula
# and you haven't passed or previously used any options on this formula.
#
# If you maintain your own repository, you can add your own bottle links.
- # https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Bottles.md
+ # https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Bottles.md
# You can ignore this block entirely if submitting to Homebrew/Homebrew, It'll be
# handled for you by the Brew Test Bot.
#
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 276449a84..4863bcd5d 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -88,7 +88,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
and version, but if it fails, you'll have to make your own template. The `wget`
formula serves as a simple example. For the complete API have a look at
- <http://www.rubydoc.info/github/Homebrew/homebrew/master/Formula>
+ <http://www.rubydoc.info/github/Homebrew/brew/master/Formula>
If `--autotools` is passed, create a basic template for an Autotools-style build.
If `--cmake` is passed, create a basic template for a CMake-style build.
@@ -194,7 +194,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
information on all installed formulae.
See the docs for examples of using the JSON:
- <https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Querying-Brew.md>
+ <https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Querying-Brew.md>
* `install` [`--debug`] [`--env=`<std>|<super>] [`--ignore-dependencies`] [`--only-dependencies`] [`--cc=`<compiler>] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] <formula>:
Install <formula>.
@@ -415,7 +415,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
Pass `--installed` to get information on installed taps.
See the docs for examples of using the JSON:
- <https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Querying-Brew.md>
+ <https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Querying-Brew.md>
* `tap-pin` <tap>:
Pin <tap>, prioritizing its formulae over core when formula names are supplied
@@ -543,7 +543,7 @@ scripts that reside somewhere in the `PATH`, named `brew-`<cmdname> or
to create your own commands without modifying Homebrew's internals.
Instructions for creating your own commands can be found in the docs:
-<https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/External-Commands.md>
+<https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/External-Commands.md>
## SPECIFYING FORMULAE
@@ -714,7 +714,7 @@ If your proxy requires authentication:
## SEE ALSO
-Homebrew Documentation: <https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/>
+Homebrew Documentation: <https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/>
`git`(1), `git-log`(1)
@@ -728,6 +728,6 @@ Former maintainers with significant contributions include Jack Nagel, Adam Vande
See our issues on GitHub:
- * Homebrew <https://github.com/Homebrew/homebrew/issues>
+ * Homebrew/brew <https://github.com/Homebrew/brew/issues>
* Homebrew/homebrew-core <https://github.com/Homebrew/homebrew-core/issues>
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index d0eb50da0..dc7360c1d 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -105,7 +105,7 @@ module OS
when 2327..2333 then "3.2.5"
when 2335
# this build number applies to 3.2.6, 4.0 and 4.1
- # https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Xcode.md
+ # https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Xcode.md
"4.0"
else
case (MacOS.clang_version.to_f * 10).to_i
diff --git a/Library/Homebrew/test/test_cmd_info.rb b/Library/Homebrew/test/test_cmd_info.rb
index c9f66c4d8..ddc06ee01 100644
--- a/Library/Homebrew/test/test_cmd_info.rb
+++ b/Library/Homebrew/test/test_cmd_info.rb
@@ -4,10 +4,10 @@ require "formula"
class InfoCommandTests < Homebrew::TestCase
def test_github_remote_path
- remote = "https://github.com/Homebrew/homebrew"
- assert_equal "https://github.com/Homebrew/homebrew/blob/master/Formula/git.rb",
+ remote = "https://github.com/Homebrew/homebrew-core"
+ assert_equal "https://github.com/Homebrew/homebrew-core/blob/master/Formula/git.rb",
Homebrew.github_remote_path(remote, "Formula/git.rb")
- assert_equal "https://github.com/Homebrew/homebrew/blob/master/Formula/git.rb",
+ assert_equal "https://github.com/Homebrew/homebrew-core/blob/master/Formula/git.rb",
Homebrew.github_remote_path("#{remote}.git", "Formula/git.rb")
assert_equal "https://github.com/user/repo/blob/master/foo.rb",