diff --git a/lib/node_modules/@stdlib/random/gamma/README.md b/lib/node_modules/@stdlib/random/gamma/README.md
index adedf0089fbc..7d6b33da7627 100644
--- a/lib/node_modules/@stdlib/random/gamma/README.md
+++ b/lib/node_modules/@stdlib/random/gamma/README.md
@@ -363,6 +363,14 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
@@ -383,6 +391,14 @@ 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/gamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/gamma
+
+[@stdlib/random/strided/gamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/gamma
+
+
+
diff --git a/lib/node_modules/@stdlib/random/strided/t/README.md b/lib/node_modules/@stdlib/random/strided/t/README.md
index 205ef64b69ac..43af4cfa301c 100644
--- a/lib/node_modules/@stdlib/random/strided/t/README.md
+++ b/lib/node_modules/@stdlib/random/strided/t/README.md
@@ -360,6 +360,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
## See Also
+- [`@stdlib/random/t`][@stdlib/random/t]: generate pseudorandom numbers drawn from a Student's t-distribution.
- [`@stdlib/random/base/t`][@stdlib/random/base/t]: Student's t-distributed pseudorandom numbers.
- [`@stdlib/random/array/t`][@stdlib/random/array/t]: create an array containing pseudorandom numbers drawn from a Student's t-distribution.
@@ -379,6 +380,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
+[@stdlib/random/t]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/t
+
[@stdlib/random/array/t]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/t