From 335b8326eec5ed2caa22658d86566cc72c35151e Mon Sep 17 00:00:00 2001 From: Sankar Gorthi Date: Wed, 8 Apr 2015 15:08:11 -0700 Subject: [PATCH] Fix broken link in `_.bindKey` docs. [ci skip] --- lodash.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodash.src.js b/lodash.src.js index 40dbfc96d..412c3e8e4 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -7576,7 +7576,7 @@ * * This method differs from `_.bind` by allowing bound functions to reference * methods that may be redefined or don't yet exist. - * See [Peter Michaux's article](http://michaux.ca/articles/lazy-function-definition-pattern) + * See [Peter Michaux's article](http://peter.michaux.ca/articles/lazy-function-definition-pattern) * for more details. * * The `_.bindKey.placeholder` value, which defaults to `_` in monolithic