diff --git a/lib/node_modules/@stdlib/object/every-in-by/README.md b/lib/node_modules/@stdlib/object/every-in-by/README.md
index 78a51c36f397..d0970bc0ab86 100644
--- a/lib/node_modules/@stdlib/object/every-in-by/README.md
+++ b/lib/node_modules/@stdlib/object/every-in-by/README.md
@@ -126,6 +126,7 @@ bool = everyInBy( o, isPositive );
## See Also
+- [`@stdlib/object/any-in-by`][@stdlib/object/any-in-by]: test whether at least one property in an object passes a test implemented by a predicate function.
- [`@stdlib/object/none-in-by`][@stdlib/object/none-in-by]: test whether every property in an object fails 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.
- [`@stdlib/object/every-own-by`][@stdlib/object/every-own-by]: test whether all own properties of an object pass a test implemented by a predicate function.
@@ -140,6 +141,8 @@ bool = everyInBy( o, isPositive );
+[@stdlib/object/any-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/any-in-by
+
[@stdlib/object/none-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/none-in-by
[@stdlib/object/some-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/some-in-by