diff options
| author | Mike McQuaid | 2018-02-23 19:39:19 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2018-02-23 19:52:00 +0000 | 
| commit | 190e665bb1db54d452ed9e0bf93c6985bd8dab5f (patch) | |
| tree | d7a1a1c8c4ce9189d786f6f44b814afa28cf4a04 /docs/FAQ.md | |
| parent | d05b8522d5f51db5ca2f75fe322848df9b8ff88b (diff) | |
| download | brew-190e665bb1db54d452ed9e0bf93c6985bd8dab5f.tar.bz2 | |
Revert "docs: use short links."
This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a.
Closes #3832.
Diffstat (limited to 'docs/FAQ.md')
| -rw-r--r-- | docs/FAQ.md | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/FAQ.md b/docs/FAQ.md index b455ca5f7..9d76bf4ab 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -76,11 +76,11 @@ the launchctl PATH for _all users_. For earlier versions of macOS, see  [this page](https://developer.apple.com/legacy/library/qa/qa1067/_index.html).  ## How do I contribute to Homebrew? -Read [CONTRIBUTING.md](https://github.com/Homebrew/brew/blob/master/CONTRIBUTING). +Read [CONTRIBUTING.md](https://github.com/Homebrew/brew/blob/master/CONTRIBUTING.md).  ## Why do you compile everything?  Homebrew provides pre-compiled versions for many formulae. These -pre-compiled versions are referred to as [bottles](Bottles) and are available +pre-compiled versions are referred to as [bottles](Bottles.md) and are available  at <https://bintray.com/homebrew/bottles>.  If available, bottled binaries will be used by default except under the @@ -163,7 +163,7 @@ creating a separate user account especially for use of Homebrew.  ## Why isn’t a particular command documented? -If it’s not in `man brew`, it’s probably an external command. These are documented [here](External-Commands). +If it’s not in `man brew`, it’s probably an external command. These are documented [here](External-Commands.md).  ## Why haven’t you pulled my pull request?  If it’s been a while, bump it with a “bump” comment. Sometimes we miss requests and there are plenty of them. Maybe we were thinking on something. It will encourage consideration. In the meantime if you could rebase the pull request so that it can be cherry-picked more easily we will love you for a long time. @@ -179,7 +179,7 @@ install <formula>`. If you encounter any issues, run the command with the  into a debugging shell.  If you want your new formula to be part of `homebrew/core` or want -to learn more about writing formulae, then please read the [Formula Cookbook](Formula-Cookbook). +to learn more about writing formulae, then please read the [Formula Cookbook](Formula-Cookbook.md).  ## Can I install my own stuff to `/usr/local`?  Yes, `brew` is designed to not get in your way so you can use it how you | 
