diff --git a/doc/README.md b/doc/README.md index 09739a367..d34ec89ba 100644 --- a/doc/README.md +++ b/doc/README.md @@ -4185,7 +4185,7 @@ A micro-templating method that handles arbitrary delimiters, preserves whitespac Note: In the development build, `_.template` utilizes sourceURLs for easier debugging. See http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl For more information on precompiling templates see:
-http://lodash.com/#custom-builds +http://lodash.com/custom-builds For more information on Chrome extension sandboxes see:
http://developer.chrome.com/stable/extensions/sandboxingEval.html diff --git a/lodash.js b/lodash.js index 18a526ce0..98c20f470 100644 --- a/lodash.js +++ b/lodash.js @@ -6271,7 +6271,7 @@ * debugging. See http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl * * For more information on precompiling templates see: - * http://lodash.com/#custom-builds + * http://lodash.com/custom-builds * * For more information on Chrome extension sandboxes see: * http://developer.chrome.com/stable/extensions/sandboxingEval.html