diff --git a/doc/README.md b/doc/README.md index 65ed048c3..ef307e462 100644 --- a/doc/README.md +++ b/doc/README.md @@ -5424,7 +5424,7 @@ _.escapeRegExp('[lodash](https://lodash.com/)'); # [Ⓢ](https://github.com/lodash/lodash/blob/3.0.0/lodash.src.js#L9440 "View in source") [Ⓣ][1] Converts `string` to kebab case (a.k.a. spinal case). -See [Wikipedia](https://en.wikipedia.org/wiki/Letter_case#Computers) for +See [Wikipedia](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles) for more details. #### Arguments diff --git a/lodash.src.js b/lodash.src.js index 72c338672..fae5f2d4c 100644 --- a/lodash.src.js +++ b/lodash.src.js @@ -9418,7 +9418,7 @@ /** * Converts `string` to kebab case (a.k.a. spinal case). - * See [Wikipedia](https://en.wikipedia.org/wiki/Letter_case#Computers) for + * See [Wikipedia](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles) for * more details. * * @static