aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2016-04-02 20:22:58 +0800
committerXu Cheng2016-04-02 21:51:36 +0800
commite72ea94824abf19246610be4aadccd0ee69b2eb9 (patch)
treebe3f4ac30b7cb15622d28214355d0cbf3ec6d89c /Library
parentfa9a9ff5be2c149e9776e940bf40988dafea968a (diff)
downloadbrew-e72ea94824abf19246610be4aadccd0ee69b2eb9.tar.bz2
doc: update for core/formula separation
Closes Homebrew/homebrew#50632. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/manpages/brew.1.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index aa88b373d..276449a84 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -560,7 +560,7 @@ can take several different forms:
* An arbitrary URL:
Homebrew can install formulae via URL, e.g.
- `https://raw.github.com/Homebrew/homebrew/master/Library/Formula/git.rb`.
+ `https://raw.github.com/Homebrew/homebrew-core/master/Formula/git.rb`.
The formula file will be cached for later use.
## ENVIRONMENT
@@ -726,4 +726,8 @@ Former maintainers with significant contributions include Jack Nagel, Adam Vande
## BUGS
-See our issues on GitHub: <https://github.com/Homebrew/homebrew/issues>
+See our issues on GitHub:
+
+ * Homebrew <https://github.com/Homebrew/homebrew/issues>
+
+ * Homebrew/homebrew-core <https://github.com/Homebrew/homebrew-core/issues>