From 5930983641c815bb5456f0c93855d873b06e525a Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 31 Oct 2013 09:31:08 -0700 Subject: [PATCH] Update link to custom builds documentation. [ci skip] --- doc/README.md | 2 +- lodash.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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