diff --git a/lib/node_modules/@stdlib/number/float32/base/identity/README.md b/lib/node_modules/@stdlib/number/float32/base/identity/README.md
index 8cacc567504b..9585b09f0809 100644
--- a/lib/node_modules/@stdlib/number/float32/base/identity/README.md
+++ b/lib/node_modules/@stdlib/number/float32/base/identity/README.md
@@ -195,7 +195,7 @@ int main( void ) {
## See Also
-- [`@stdlib/number/float32/base/identity`][@stdlib/number/float32/base/identity]: evaluate the identity function for a single-precision floating-point number.
+- [`@stdlib/number/float64/base/identity`][@stdlib/number/float64/base/identity]: evaluate the identity function for a double-precision floating-point number.
@@ -209,7 +209,7 @@ int main( void ) {
-[@stdlib/number/float32/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/identity
+[@stdlib/number/float64/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/identity
diff --git a/lib/node_modules/@stdlib/number/float64/base/identity/README.md b/lib/node_modules/@stdlib/number/float64/base/identity/README.md
index c9b53e2f8263..3875f15ab2f4 100644
--- a/lib/node_modules/@stdlib/number/float64/base/identity/README.md
+++ b/lib/node_modules/@stdlib/number/float64/base/identity/README.md
@@ -191,6 +191,12 @@ int main( void ) {
@@ -201,6 +207,12 @@ int main( void ) {
[identity-function]: https://en.wikipedia.org/wiki/Identity_function
+
+
+[@stdlib/number/float32/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/identity
+
+
+