From abb2734332b36fe7312bf04c9d597264f9ac2e51 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 18 Jan 2024 02:10:07 +0000 Subject: [PATCH] Auto-generated commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c582d5d..93610ed 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ var out = isSameValueZero( z1, z2 ); // returns true ``` -In contrast to the [SameValue Algorithm][ecma-262-same-value-algorithm] (as specified in ECMAScript 5), the function does not distinguish between `+0` and `-0`. +In contrast to the [SameValue Algorithm][@stdlib/complex/base/assert/is-same-value] (as specified in ECMAScript 5), the function does not distinguish between `+0` and `-0`. ```javascript var Complex128 = require( '@stdlib/complex-float64' ); @@ -336,7 +336,7 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/complex-base-assert-is-same-value-zero/main/LICENSE -[ecma-262-same-value-algorithm]: http://ecma-international.org/ecma-262/5.1/#sec-9.12 +[@stdlib/complex/base/assert/is-same-value]: https://github.com/stdlib-js/stdlib