diff --git a/readme.markdown b/readme.markdown index d91dd12..87c514a 100644 --- a/readme.markdown +++ b/readme.markdown @@ -442,7 +442,7 @@ worry about how their dependency version choices might impact other dependencies included in the same application. You can leverage how `node_modules/` works to organize your own local -application modules too. See the `avoiding ../../../../../../..` section for +application modules too. See the [avoiding ../../../../../../..](https://github.com/substack/browserify-handbook#avoiding-) section for more. ## why concatenate