aboutsummaryrefslogtreecommitdiffstats
path: root/docs/How-To-Open-a-Homebrew-Pull-Request.md
diff options
context:
space:
mode:
authorMike McQuaid2018-02-23 19:39:19 +0000
committerMike McQuaid2018-02-23 19:52:00 +0000
commit190e665bb1db54d452ed9e0bf93c6985bd8dab5f (patch)
treed7a1a1c8c4ce9189d786f6f44b814afa28cf4a04 /docs/How-To-Open-a-Homebrew-Pull-Request.md
parentd05b8522d5f51db5ca2f75fe322848df9b8ff88b (diff)
downloadbrew-190e665bb1db54d452ed9e0bf93c6985bd8dab5f.tar.bz2
Revert "docs: use short links."
This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a. Closes #3832.
Diffstat (limited to 'docs/How-To-Open-a-Homebrew-Pull-Request.md')
-rw-r--r--docs/How-To-Open-a-Homebrew-Pull-Request.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/How-To-Open-a-Homebrew-Pull-Request.md b/docs/How-To-Open-a-Homebrew-Pull-Request.md
index 979a031a5..812d990e0 100644
--- a/docs/How-To-Open-a-Homebrew-Pull-Request.md
+++ b/docs/How-To-Open-a-Homebrew-Pull-Request.md
@@ -34,7 +34,7 @@ To make a new branch and submit it for review, create a GitHub pull request with
1. Check out the `master` branch with `git checkout master`.
2. Retrieve new changes to the `master` branch with `brew update`.
3. Create a new branch from the latest `master` branch with `git checkout -b <YOUR_BRANCH_NAME> origin/master`.
-4. Make your changes. For formulae, use `brew edit` or your favorite text editor, following all the guidelines in the [Formula Cookbook](Formula-Cookbook).
+4. Make your changes. For formulae, use `brew edit` or your favorite text editor, following all the guidelines in the [Formula Cookbook](Formula-Cookbook.md).
* If there's a `bottle do` block in the formula, don't remove or change it; we'll update it when we pull your PR.
5. Test your changes by doing the following, and ensure they all pass without issue. For changed formulae, make sure you do the `brew audit` step while your changed formula is installed.
* `brew tests`