diff --git a/from-scalar/README.md b/from-scalar/README.md index d9e30f13..1175eccf 100644 --- a/from-scalar/README.md +++ b/from-scalar/README.md @@ -121,6 +121,12 @@ x = array2scalar( {} ); @@ -133,6 +139,12 @@ x = array2scalar( {} ); [@stdlib/array/defaults]: https://github.com/stdlib-js/array/tree/main/defaults + + +[@stdlib/array/from-iterator]: https://github.com/stdlib-js/array/tree/main/from-iterator + + + diff --git a/to-fancy/README.md b/to-fancy/README.md index 60eddd10..96f17a1a 100644 --- a/to-fancy/README.md +++ b/to-fancy/README.md @@ -505,6 +505,13 @@ z = y[ i ]; @@ -535,6 +542,14 @@ z = y[ i ]; [@stdlib/array/dtypes]: https://github.com/stdlib-js/array/tree/main/dtypes + + +[@stdlib/array/slice]: https://github.com/stdlib-js/array/tree/main/slice + +[@stdlib/ndarray/fancy]: https://github.com/stdlib-js/ndarray-fancy + + +