diff --git a/lodash.js b/lodash.js index 7c958ee01..f3429efe4 100644 --- a/lodash.js +++ b/lodash.js @@ -12043,7 +12043,7 @@ * `undefined` or `0`, a `radix` of `10` is used unless `value` is a hexadecimal, * in which case a `radix` of `16` is used. * - * **Note:** This method aligns with the [ES5 implementation](https://es5.github.io/#E) + * **Note:** This method aligns with the [ES5 implementation](https://es5.github.io/#x15.1.2.2) * of `parseInt`. * * @static