diff --git a/lodash.js b/lodash.js index 10802a686..f3ca0a45f 100644 --- a/lodash.js +++ b/lodash.js @@ -18,7 +18,7 @@ var LARGE_ARRAY_SIZE = 200; /** Error message constants. */ - var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://github.com/es-shims.', + var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.', FUNC_ERROR_TEXT = 'Expected a function'; /** Used to stand-in for `undefined` hash values. */