Skip to content

Commit 8e70811

Browse files
committed
doc: fix links in YAML metadata of assert.md
PR-URL: nodejs#18670 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent cccddc5 commit 8e70811

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

doc/api/assert.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ changes:
208208
description: Enumerable symbol properties are now compared.
209209
- version: v9.0.0
210210
pr-url: https://github.com/nodejs/node/pull/15036
211-
description: NaN is now compared using the [SameValueZero][] comparison.
211+
description: NaN is now compared using the
212+
[SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
213+
comparison.
212214
- version: v8.5.0
213215
pr-url: https://github.com/nodejs/node/pull/15001
214216
description: Error names and messages are now properly compared
@@ -615,7 +617,9 @@ changes:
615617
description: -0 and +0 are not considered equal anymore.
616618
- version: v9.0.0
617619
pr-url: https://github.com/nodejs/node/pull/15036
618-
description: NaN is now compared using the [SameValueZero][] comparison.
620+
description: NaN is now compared using the
621+
[SameValueZero](https://tc39.github.io/ecma262/#sec-samevaluezero)
622+
comparison.
619623
- version: v9.0.0
620624
pr-url: https://github.com/nodejs/node/pull/15001
621625
description: Error names and messages are now properly compared

0 commit comments

Comments
 (0)