diff --git a/cartesian-power/README.md b/cartesian-power/README.md index 16d1e9cd..5c6fb431 100644 --- a/cartesian-power/README.md +++ b/cartesian-power/README.md @@ -89,6 +89,13 @@ var out = cartesianPower( x, 3 ); @@ -99,6 +106,14 @@ var out = cartesianPower( x, 3 ); [cartesian-product]: https://en.wikipedia.org/wiki/Cartesian_product + + +[@stdlib/array/cartesian-product]: https://github.com/stdlib-js/array/tree/main/cartesian-product + +[@stdlib/array/cartesian-square]: https://github.com/stdlib-js/array/tree/main/cartesian-square + + + diff --git a/cartesian-square/README.md b/cartesian-square/README.md index fd689e40..123d603a 100644 --- a/cartesian-square/README.md +++ b/cartesian-square/README.md @@ -82,6 +82,13 @@ var out = cartesianSquare( x ); @@ -92,6 +99,14 @@ var out = cartesianSquare( x ); [cartesian-product]: https://en.wikipedia.org/wiki/Cartesian_product + + +[@stdlib/array/cartesian-power]: https://github.com/stdlib-js/array/tree/main/cartesian-power + +[@stdlib/array/cartesian-product]: https://github.com/stdlib-js/array/tree/main/cartesian-product + + + diff --git a/typed-complex-dtypes/README.md b/typed-complex-dtypes/README.md index 92497d87..e07d02cb 100644 --- a/typed-complex-dtypes/README.md +++ b/typed-complex-dtypes/README.md @@ -117,7 +117,7 @@ bool = isdtype( 'beep' ); - [`@stdlib/array/dtypes`][@stdlib/array/dtypes]: list of array data types. - [`@stdlib/array/typed-dtypes`][@stdlib/array/typed-dtypes]: list of typed array data types. -- [`@stdlib/array/typed-real-dtypes`][@stdlib/array/typed-real-dtypes]: list of typed array data types. +- [`@stdlib/array/typed-real-dtypes`][@stdlib/array/typed-real-dtypes]: list of typed array real-valued data types. - [`@stdlib/ndarray/dtypes`][@stdlib/ndarray/dtypes]: list of ndarray data types.