diff --git a/lib/node_modules/@stdlib/array/base/filled3d-by/README.md b/lib/node_modules/@stdlib/array/base/filled3d-by/README.md
index 6d70dba2a097..ea0c57043e02 100644
--- a/lib/node_modules/@stdlib/array/base/filled3d-by/README.md
+++ b/lib/node_modules/@stdlib/array/base/filled3d-by/README.md
@@ -134,6 +134,12 @@ out = filled3dBy( [ 1, 1, 3 ], constantFunction( void 0 ) );
@@ -142,6 +148,12 @@ out = filled3dBy( [ 1, 1, 3 ], constantFunction( void 0 ) );
+
+
+[@stdlib/array/base/filled3d]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/filled3d
+
+
+
diff --git a/lib/node_modules/@stdlib/assert/is-pascalcase/README.md b/lib/node_modules/@stdlib/assert/is-pascalcase/README.md
index 1cdab12cd475..2c816747b526 100644
--- a/lib/node_modules/@stdlib/assert/is-pascalcase/README.md
+++ b/lib/node_modules/@stdlib/assert/is-pascalcase/README.md
@@ -166,6 +166,12 @@ true
@@ -180,6 +186,8 @@ true
+[@stdlib/assert/is-string]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/is-string
+
diff --git a/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/README.md b/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/README.md
index 1b1afe9a0d9d..79234328c4e4 100644
--- a/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/README.md
+++ b/lib/node_modules/@stdlib/blas/ext/base/dapxsumkbn/README.md
@@ -285,7 +285,7 @@ int main( void ) {
- [`@stdlib/blas/ext/base/dapxsum`][@stdlib/blas/ext/base/dapxsum]: add a scalar constant to each double-precision floating-point strided array element and compute the sum.
- [`@stdlib/blas/ext/base/dsumkbn`][@stdlib/blas/ext/base/dsumkbn]: calculate the sum of double-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
-- [`@stdlib/blas/ext/base/gapxsumkbn`][@stdlib/blas/ext/base/gapxsumkbn]: add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.
+- [`@stdlib/blas/ext/base/gapxsumkbn`][@stdlib/blas/ext/base/gapxsumkbn]: add a scalar constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.
- [`@stdlib/blas/ext/base/sapxsumkbn`][@stdlib/blas/ext/base/sapxsumkbn]: add a constant to each single-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.
diff --git a/lib/node_modules/@stdlib/constants/float32/half-ln-two/README.md b/lib/node_modules/@stdlib/constants/float32/half-ln-two/README.md
index da0b2675a26f..6b199dd62222 100644
--- a/lib/node_modules/@stdlib/constants/float32/half-ln-two/README.md
+++ b/lib/node_modules/@stdlib/constants/float32/half-ln-two/README.md
@@ -120,6 +120,12 @@ Macro for one half times the [natural logarithm][@stdlib/math/base/special/ln] o
@@ -132,6 +138,8 @@ Macro for one half times the [natural logarithm][@stdlib/math/base/special/ln] o
+[@stdlib/constants/float64/half-ln-two]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/half-ln-two
+
diff --git a/lib/node_modules/@stdlib/string/base/right-pad/README.md b/lib/node_modules/@stdlib/string/base/right-pad/README.md
index 380800a7d887..4681def9e808 100644
--- a/lib/node_modules/@stdlib/string/base/right-pad/README.md
+++ b/lib/node_modules/@stdlib/string/base/right-pad/README.md
@@ -109,6 +109,12 @@ logEach( '%s', out );
@@ -117,6 +123,12 @@ logEach( '%s', out );
+
+
+[@stdlib/string/base/left-pad]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/string/base/left-pad
+
+
+