diff --git a/lib/node_modules/@stdlib/constants/float32/ln-ten/README.md b/lib/node_modules/@stdlib/constants/float32/ln-ten/README.md
index d2252dfe1c6c..92d4b2c56142 100644
--- a/lib/node_modules/@stdlib/constants/float32/ln-ten/README.md
+++ b/lib/node_modules/@stdlib/constants/float32/ln-ten/README.md
@@ -124,7 +124,8 @@ Macro for the [natural logarithm][@stdlib/math/base/special/ln] of `10` as a sin
## See Also
-- [`@stdlib/constants/float32/ln-two`][@stdlib/constants/float32/ln-two]: natural logarithm of single-precision floating-point number 2.
+- [`@stdlib/constants/float32/ln-two`][@stdlib/constants/float32/ln-two]: natural logarithm of 2 as a single-precision floating-point number.
+- [`@stdlib/constants/float64/ln-ten`][@stdlib/constants/float64/ln-ten]: natural logarithm of 10.
@@ -140,6 +141,8 @@ Macro for the [natural logarithm][@stdlib/math/base/special/ln] of `10` as a sin
[@stdlib/constants/float32/ln-two]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/ln-two
+[@stdlib/constants/float64/ln-ten]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/ln-ten
+
diff --git a/lib/node_modules/@stdlib/math/strided/special/atanh-by/README.md b/lib/node_modules/@stdlib/math/strided/special/atanh-by/README.md
index ac25191f9c57..f8dd40771ddf 100644
--- a/lib/node_modules/@stdlib/math/strided/special/atanh-by/README.md
+++ b/lib/node_modules/@stdlib/math/strided/special/atanh-by/README.md
@@ -229,6 +229,12 @@ console.log( y );
@@ -243,6 +249,12 @@ console.log( y );
[@stdlib/math/base/special/atanh]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atanh
+
+
+[@stdlib/math/strided/special/atan-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/strided/special/atan-by
+
+
+
diff --git a/lib/node_modules/@stdlib/ndarray/index/README.md b/lib/node_modules/@stdlib/ndarray/index/README.md
index 42ee4f39ad1c..dc2617679c60 100644
--- a/lib/node_modules/@stdlib/ndarray/index/README.md
+++ b/lib/node_modules/@stdlib/ndarray/index/README.md
@@ -474,7 +474,7 @@ var o = idx.toJSON();
}
```
- will leak memory as `idx` is only consumed within an `if` block which never evaluates. In such scenarios, one should either refactor to avoid inadvertently holding onto memory or explicitly free the `ndindex`.
+ will leak memory as `idx` is only consumed within an `if` block which never evaluates. In such scenarios, one should either refactor to avoid inadvertently holding onto memory or explicitly free the `ndindex`.
```javascript
var array = require( '@stdlib/ndarray/array' );
@@ -574,6 +574,16 @@ console.log( 'Type: %s. Data type: %s.', o.type, o.dtype );
@@ -594,6 +604,16 @@ console.log( 'Type: %s. Data type: %s.', o.type, o.dtype );
[@stdlib/ndarray/to-fancy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/to-fancy
+
+
+[@stdlib/ndarray/array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
+
+[@stdlib/ndarray/fancy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/fancy
+
+[@stdlib/ndarray/slice]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/slice
+
+
+
diff --git a/lib/node_modules/@stdlib/slice/base/normalize-multi-slice/README.md b/lib/node_modules/@stdlib/slice/base/normalize-multi-slice/README.md
index 1cfa68950015..f94d58d42b2b 100644
--- a/lib/node_modules/@stdlib/slice/base/normalize-multi-slice/README.md
+++ b/lib/node_modules/@stdlib/slice/base/normalize-multi-slice/README.md
@@ -177,6 +177,12 @@ console.log( '%s => %s', s1.toString(), s2.toString() );
@@ -187,6 +193,12 @@ console.log( '%s => %s', s1.toString(), s2.toString() );
[@stdlib/slice/multi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/slice/multi
+
+
+[@stdlib/slice/base/normalize-slice]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/slice/base/normalize-slice
+
+
+