Skip to content

Commit 1ae674c

Browse files
Trottrichardlau
authored andcommitted
doc: fix malformed hashes in assert.md
URL hashes cannot contain `#`. Use hashes for the locations that were intended. PR-URL: #35028 Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent c3a3cb6 commit 1ae674c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/assert.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1582,8 +1582,8 @@ argument.
15821582
[`assert.strictEqual()`]: #assert_assert_strictequal_actual_expected_message
15831583
[`assert.throws()`]: #assert_assert_throws_fn_error_message
15841584
[`process.on('exit')`]: process.html#process_event_exit
1585-
[`tracker.calls()`]: #assert_class_assert_CallTracker#tracker_calls
1586-
[`tracker.verify()`]: #assert_class_assert_CallTracker#tracker_verify
1585+
[`tracker.calls()`]: #assert_tracker_calls_fn_exact
1586+
[`tracker.verify()`]: #assert_tracker_verify
15871587
[strict assertion mode]: #assert_strict_assertion_mode
15881588
[Abstract Equality Comparison]: https://tc39.github.io/ecma262/#sec-abstract-equality-comparison
15891589
[Object wrappers]: https://developer.mozilla.org/en-US/docs/Glossary/Primitive#Primitive_wrapper_objects_in_JavaScript

0 commit comments

Comments
 (0)