diff options
| author | Mike McQuaid | 2013-12-14 18:13:11 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-14 18:18:35 +0000 |
| commit | 3c86d2b8ffdcb854c88553c86b7911dfbb9766db (patch) | |
| tree | 34579ec2c40222d1f235843e9f6de49d5f9ecb66 /Library/Contributions/manpages | |
| parent | 71cba833abc3491edb4fcee5fa1a4c81fe7c6a49 (diff) | |
| download | homebrew-3c86d2b8ffdcb854c88553c86b7911dfbb9766db.tar.bz2 | |
Update docs, comment mxcl/homebrew refs.
Diffstat (limited to 'Library/Contributions/manpages')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 6b0317569..e64f9b34c 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -415,7 +415,7 @@ by default: Documentation for the included external commands as well as instructions for creating your own can be found on the wiki: -<http://wiki.github.com/mxcl/homebrew/External-Commands> +<http://wiki.github.com/Homebrew/homebrew/External-Commands> ## SPECIFYING FORMULAE @@ -426,13 +426,13 @@ can take several different forms: e.g. `git`, `node`, `wget`. * The fully-qualified name of a tapped formula: - Sometimes a formula from a tapped repository may conflict with one in mxcl/master. + Sometimes a formula from a tapped repository may conflict with one in Homebrew/homebrew. You can still access these formulae by using a special syntax, e.g. `homebrew/dupes/vim` or `homebrew/versions/node4`. * An arbitrary URL: Homebrew can install formulae via URL, e.g. - `https://raw.github.com/mxcl/homebrew/master/Library/Formula/git.rb`. + `https://raw.github.com/Homebrew/homebrew/master/Library/Formula/git.rb`. The formula file will be cached for later use. ## ENVIRONMENT @@ -578,7 +578,7 @@ If your proxy requires authentication: ## SEE ALSO -Homebrew Wiki: <http://wiki.github.com/mxcl/homebrew/> +Homebrew Wiki: <http://wiki.github.com/Homebrew/homebrew/> `git`(1), `git-log`(1) @@ -588,5 +588,5 @@ Max Howell, a splendid chap. ## BUGS -See Issues on GitHub: <http://github.com/mxcl/homebrew/issues> +See Issues on GitHub: <http://github.com/Homebrew/homebrew/issues> |
