aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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>