Skip to content

Commit 80fa1f5

Browse files
Trottaddaleax
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 627e484 commit 80fa1f5

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
@@ -1546,8 +1546,8 @@ argument.
15461546
[`assert.strictEqual()`]: #assert_assert_strictequal_actual_expected_message
15471547
[`assert.throws()`]: #assert_assert_throws_fn_error_message
15481548
[`process.on('exit')`]: process.html#process_event_exit
1549-
[`tracker.calls()`]: #assert_class_assert_CallTracker#tracker_calls
1550-
[`tracker.verify()`]: #assert_class_assert_CallTracker#tracker_verify
1549+
[`tracker.calls()`]: #assert_tracker_calls_fn_exact
1550+
[`tracker.verify()`]: #assert_tracker_verify
15511551
[strict assertion mode]: #assert_strict_assertion_mode
15521552
[Abstract Equality Comparison]: https://tc39.github.io/ecma262/#sec-abstract-equality-comparison
15531553
[Object wrappers]: https://developer.mozilla.org/en-US/docs/Glossary/Primitive#Primitive_wrapper_objects_in_JavaScript

0 commit comments

Comments
 (0)