diff --git a/base/accessor-setter/docs/repl.txt b/base/accessor-setter/docs/repl.txt index 05f65536..8d108d86 100644 --- a/base/accessor-setter/docs/repl.txt +++ b/base/accessor-setter/docs/repl.txt @@ -47,7 +47,7 @@ -------- > var f = {{alias}}( 'complex64' ); > var x = {{alias:@stdlib/array/complex64}}( [ 1, 2, 3, 4 ] ); - > f( x, 1, new {{alias:@stdlib/complex/float32}}( 10.0, 11.0 ) ); + > f( x, 1, new {{alias:@stdlib/complex/float32/ctor}}( 10.0, 11.0 ) ); > var v = x.get( 1 ) > var r = {{alias:@stdlib/complex/realf}}( v ) diff --git a/complex128/README.md b/complex128/README.md index beb84a8e..90fbb1a7 100644 --- a/complex128/README.md +++ b/complex128/README.md @@ -2601,7 +2601,7 @@ logEach( '%s', out ); - [`@stdlib/array/complex64`][@stdlib/array/complex64]: Complex64Array. - [`@stdlib/complex/cmplx`][@stdlib/complex/cmplx]: create a complex number. -- [`@stdlib/complex/float64`][@stdlib/complex/float64]: 128-bit complex number. +- [`@stdlib/complex/float64/ctor`][@stdlib/complex/float64/ctor]: 128-bit complex number. @@ -2617,7 +2617,7 @@ logEach( '%s', out ); [@stdlib/array/buffer]: https://github.com/stdlib-js/array/tree/main/buffer -[@stdlib/complex/float64]: https://github.com/stdlib-js/complex-float64 +[@stdlib/complex/float64/ctor]: https://github.com/stdlib-js/complex-float64 diff --git a/complex64/README.md b/complex64/README.md index abbd2c64..0443d44e 100644 --- a/complex64/README.md +++ b/complex64/README.md @@ -2608,7 +2608,7 @@ logEach( '%s', out ); - [`@stdlib/array/complex128`][@stdlib/array/complex128]: Complex128Array. - [`@stdlib/complex/cmplx`][@stdlib/complex/cmplx]: create a complex number. -- [`@stdlib/complex/float32`][@stdlib/complex/float32]: 64-bit complex number. +- [`@stdlib/complex/float32/ctor`][@stdlib/complex/float32/ctor]: 64-bit complex number. @@ -2624,7 +2624,7 @@ logEach( '%s', out ); [@stdlib/array/buffer]: https://github.com/stdlib-js/array/tree/main/buffer -[@stdlib/complex/float32]: https://github.com/stdlib-js/complex-float32 +[@stdlib/complex/float32/ctor]: https://github.com/stdlib-js/complex-float32