diff --git a/README.md b/README.md index f9265cc..fb9a473 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ limitations under the License. [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] -> Revive a JSON-serialized 64-bit [complex number][@stdlib/complex/float32]. +> Revive a JSON-serialized 64-bit [complex number][@stdlib/complex/float32/ctor]. @@ -75,7 +75,7 @@ var reviveComplex64 = require( '@stdlib/complex-float32-reviver' ); #### reviveComplex64( key, value ) -Revives a JSON-serialized 64-bit [complex number][@stdlib/complex/float32]. +Revives a JSON-serialized 64-bit [complex number][@stdlib/complex/float32/ctor]. ```javascript var parseJSON = require( '@stdlib/utils-parse-json' ); @@ -86,7 +86,7 @@ var z = parseJSON( str, reviveComplex64 ); // returns ``` -For details on the JSON serialization format, see [`Complex64`][@stdlib/complex/float32]. +For details on the JSON serialization format, see [`Complex64`][@stdlib/complex/float32/ctor]. @@ -151,7 +151,7 @@ bool = ( w.im === z.im ); ## See Also -- [`@stdlib/complex-float32`][@stdlib/complex/float32]: 64-bit complex number. +- [`@stdlib/complex-float32/ctor`][@stdlib/complex/float32/ctor]: 64-bit complex number. - [`@stdlib/complex-float64/reviver`][@stdlib/complex/float64/reviver]: revive a JSON-serialized 128-bit complex number. - [`@stdlib/complex-reviver`][@stdlib/complex/reviver]: revive a JSON-serialized complex number. @@ -231,7 +231,7 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/complex-float32-reviver/main/LICENSE -[@stdlib/complex/float32]: https://github.com/stdlib-js/complex-float32 +[@stdlib/complex/float32/ctor]: https://github.com/stdlib-js/complex-float32-ctor