diff --git a/lib/node_modules/@stdlib/assert/is-uint16array/README.md b/lib/node_modules/@stdlib/assert/is-uint16array/README.md
index c051be27e4ba..be443e57cd52 100644
--- a/lib/node_modules/@stdlib/assert/is-uint16array/README.md
+++ b/lib/node_modules/@stdlib/assert/is-uint16array/README.md
@@ -115,7 +115,7 @@ bool = isUint16Array( null );
## See Also
-- [`@stdlib/assert/is-typed-array`][@stdlib/assert/is-typed-array]: test if a value is a typed array.
+- [`@stdlib/assert/is-typed-array`][@stdlib/assert/is-typed-array]: test if a value is a built-in typed array.
- [`@stdlib/assert/is-uint32array`][@stdlib/assert/is-uint32array]: test if a value is a Uint32Array.
- [`@stdlib/assert/is-uint8array`][@stdlib/assert/is-uint8array]: test if a value is a Uint8Array.
diff --git a/lib/node_modules/@stdlib/random/base/t/README.md b/lib/node_modules/@stdlib/random/base/t/README.md
index ba77344afe47..f02a2fe88ee0 100644
--- a/lib/node_modules/@stdlib/random/base/t/README.md
+++ b/lib/node_modules/@stdlib/random/base/t/README.md
@@ -406,6 +406,7 @@ for ( i = 0; i < 100; i++ ) {
- [`@stdlib/random/array/t`][@stdlib/random/array/t]: create an array containing pseudorandom numbers drawn from a Student's t-distribution.
- [`@stdlib/random/iter/t`][@stdlib/random/iter/t]: create an iterator for generating pseudorandom numbers drawn from a Student's t distribution.
- [`@stdlib/random/streams/t`][@stdlib/random/streams/t]: create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.
+- [`@stdlib/random/t`][@stdlib/random/t]: generate pseudorandom numbers drawn from a Student's t-distribution.
@@ -427,6 +428,8 @@ for ( i = 0; i < 100; i++ ) {
[@stdlib/random/streams/t]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/t
+[@stdlib/random/t]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/t
+
diff --git a/lib/node_modules/@stdlib/random/kumaraswamy/README.md b/lib/node_modules/@stdlib/random/kumaraswamy/README.md
index 5579766d75c9..30fcee9f7cd4 100644
--- a/lib/node_modules/@stdlib/random/kumaraswamy/README.md
+++ b/lib/node_modules/@stdlib/random/kumaraswamy/README.md
@@ -363,6 +363,13 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
@@ -383,6 +390,12 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
[@stdlib/ndarray/base/broadcast-shapes]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/broadcast-shapes
+
+
+[@stdlib/random/array/kumaraswamy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/kumaraswamy
+
+
+
diff --git a/lib/node_modules/@stdlib/random/strided/gamma/README.md b/lib/node_modules/@stdlib/random/strided/gamma/README.md
index 5ea03bb8bc02..96598f7cd70c 100644
--- a/lib/node_modules/@stdlib/random/strided/gamma/README.md
+++ b/lib/node_modules/@stdlib/random/strided/gamma/README.md
@@ -211,6 +211,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
## See Also
+- [`@stdlib/random/gamma`][@stdlib/random/gamma]: generate pseudorandom numbers drawn from a gamma distribution.
- [`@stdlib/random/base/gamma`][@stdlib/random/base/gamma]: gamma distributed pseudorandom numbers.
- [`@stdlib/random/array/gamma`][@stdlib/random/array/gamma]: create an array containing pseudorandom numbers drawn from a gamma distribution.
@@ -230,6 +231,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
+[@stdlib/random/gamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/gamma
+
[@stdlib/random/array/gamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/gamma