diff --git a/lib/node_modules/@stdlib/object/none-in-by/README.md b/lib/node_modules/@stdlib/object/none-in-by/README.md
index bd698335d8e8..3620e78b1032 100644
--- a/lib/node_modules/@stdlib/object/none-in-by/README.md
+++ b/lib/node_modules/@stdlib/object/none-in-by/README.md
@@ -215,7 +215,7 @@ var bool = noneInBy( obj, isUnderage );
- [`@stdlib/object/every-in-by`][@stdlib/object/every-in-by]: test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.
- [`@stdlib/utils/for-in`][@stdlib/utils/for-in]: invoke a function for each own and inherited enumerable property of an object.
- [`@stdlib/utils/none-by`][@stdlib/utils/none-by]: test whether all elements in a collection fail a test implemented by a predicate function.
-- [`@stdlib/utils/some-in-by`][@stdlib/utils/some-in-by]: test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
+- [`@stdlib/object/some-in-by`][@stdlib/object/some-in-by]: test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
@@ -235,7 +235,7 @@ var bool = noneInBy( obj, isUnderage );
[@stdlib/utils/none-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/none-by
-[@stdlib/utils/some-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/some-in-by
+[@stdlib/object/some-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/some-in-by