diff --git a/base/flatten-by/README.md b/base/flatten-by/README.md
index c2597d57..393746f8 100644
--- a/base/flatten-by/README.md
+++ b/base/flatten-by/README.md
@@ -200,6 +200,12 @@ out = flattenBy( x, [ 2, 2, 1, 2, 2 ], true, fcn );
@@ -208,6 +214,12 @@ out = flattenBy( x, [ 2, 2, 1, 2, 2 ], true, fcn );
+
+
+[@stdlib/array/base/flatten]: https://github.com/stdlib-js/array/tree/main/base/flatten
+
+
+
diff --git a/base/flatten3d/README.md b/base/flatten3d/README.md
index dcb06997..b204b350 100644
--- a/base/flatten3d/README.md
+++ b/base/flatten3d/README.md
@@ -139,6 +139,12 @@ out = flatten3d( x, [ 4, 2, 2 ], true );
@@ -147,6 +153,12 @@ out = flatten3d( x, [ 4, 2, 2 ], true );
+
+
+[@stdlib/array/base/flatten3d-by]: https://github.com/stdlib-js/array/tree/main/base/flatten3d-by
+
+
+
diff --git a/base/fliplr2d/README.md b/base/fliplr2d/README.md
index 3851a2b1..c68e731a 100644
--- a/base/fliplr2d/README.md
+++ b/base/fliplr2d/README.md
@@ -97,6 +97,14 @@ console.log( y );
@@ -105,6 +113,16 @@ console.log( y );
+
+
+[@stdlib/array/base/fliplr3d]: https://github.com/stdlib-js/array/tree/main/base/fliplr3d
+
+[@stdlib/array/base/fliplr4d]: https://github.com/stdlib-js/array/tree/main/base/fliplr4d
+
+[@stdlib/array/base/fliplr5d]: https://github.com/stdlib-js/array/tree/main/base/fliplr5d
+
+
+
diff --git a/base/onesnd/README.md b/base/onesnd/README.md
index dd7e9fc6..efe4fc5f 100644
--- a/base/onesnd/README.md
+++ b/base/onesnd/README.md
@@ -104,6 +104,17 @@ out = onesnd( [ 1, 1, 1, 3 ] );
@@ -112,6 +123,22 @@ out = onesnd( [ 1, 1, 1, 3 ] );
+
+
+[@stdlib/array/base/zerosnd]: https://github.com/stdlib-js/array/tree/main/base/zerosnd
+
+[@stdlib/array/base/ones]: https://github.com/stdlib-js/array/tree/main/base/ones
+
+[@stdlib/array/base/ones2d]: https://github.com/stdlib-js/array/tree/main/base/ones2d
+
+[@stdlib/array/base/ones3d]: https://github.com/stdlib-js/array/tree/main/base/ones3d
+
+[@stdlib/array/base/ones4d]: https://github.com/stdlib-js/array/tree/main/base/ones4d
+
+[@stdlib/array/base/ones5d]: https://github.com/stdlib-js/array/tree/main/base/ones5d
+
+
+
diff --git a/base/zerosnd/README.md b/base/zerosnd/README.md
index 28e27206..c211c33a 100644
--- a/base/zerosnd/README.md
+++ b/base/zerosnd/README.md
@@ -104,6 +104,17 @@ out = zerosnd( [ 1, 1, 1, 3 ] );
@@ -112,6 +123,22 @@ out = zerosnd( [ 1, 1, 1, 3 ] );
+
+
+[@stdlib/array/base/zeros]: https://github.com/stdlib-js/array/tree/main/base/zeros
+
+[@stdlib/array/base/onesnd]: https://github.com/stdlib-js/array/tree/main/base/onesnd
+
+[@stdlib/array/base/zeros2d]: https://github.com/stdlib-js/array/tree/main/base/zeros2d
+
+[@stdlib/array/base/zeros3d]: https://github.com/stdlib-js/array/tree/main/base/zeros3d
+
+[@stdlib/array/base/zeros4d]: https://github.com/stdlib-js/array/tree/main/base/zeros4d
+
+[@stdlib/array/base/zeros5d]: https://github.com/stdlib-js/array/tree/main/base/zeros5d
+
+
+