aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Node-for-Formula-Authors.md
diff options
context:
space:
mode:
authorMike McQuaid2018-02-22 19:25:44 +0000
committerMike McQuaid2018-02-22 19:25:44 +0000
commite63a2ee8de12f0f938f6a95cdb9763dbe0187b4a (patch)
tree7358a320ff53d8d2e4699a20dc9db1c77a804819 /docs/Node-for-Formula-Authors.md
parent5b35ba619146d1fa55259d4e86399c4f35dece09 (diff)
downloadbrew-e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a.tar.bz2
docs: use short links.
Diffstat (limited to 'docs/Node-for-Formula-Authors.md')
-rw-r--r--docs/Node-for-Formula-Authors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Node-for-Formula-Authors.md b/docs/Node-for-Formula-Authors.md
index 4053706c1..9252602ed 100644
--- a/docs/Node-for-Formula-Authors.md
+++ b/docs/Node-for-Formula-Authors.md
@@ -82,7 +82,7 @@ In your formula's `install` method, do any installation steps which need to be d
system "npm", "install", *Language::Node.local_npm_install_args
```
-This will install all of your Node modules dependencies to your local build path. You can now continue with your build steps and take care of the installation into the Homebrew `prefix` on your own, following the [general Homebrew formula instructions](Formula-Cookbook.md).
+This will install all of your Node modules dependencies to your local build path. You can now continue with your build steps and take care of the installation into the Homebrew `prefix` on your own, following the [general Homebrew formula instructions](Formula-Cookbook).
## Example