diff --git a/lib/node_modules/@stdlib/random/array/chisquare/README.md b/lib/node_modules/@stdlib/random/array/chisquare/README.md
index 6e8cb3e8b732..ffdb8425aaea 100644
--- a/lib/node_modules/@stdlib/random/array/chisquare/README.md
+++ b/lib/node_modules/@stdlib/random/array/chisquare/README.md
@@ -357,6 +357,7 @@ logEach( '%f', x4 );
## See Also
- [`@stdlib/random/base/chisquare`][@stdlib/random/base/chisquare]: Chi-square distributed pseudorandom numbers.
+- [`@stdlib/random/strided/chisquare`][@stdlib/random/strided/chisquare]: fill a strided array with pseudorandom numbers drawn from a chi-square distribution.
@@ -374,6 +375,12 @@ logEach( '%f', x4 );
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
+
+
+[@stdlib/random/strided/chisquare]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/chisquare
+
+
+