summaryrefslogtreecommitdiff
path: root/doc/api/assert.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-03 06:27:19 -0700
committerRich Trott <rtrott@gmail.com>2020-09-05 06:50:43 -0700
commit16d058d37ee74a8352264182de9236bf867f2d4a (patch)
tree0b4a9e5daa8285b36632d4ef2113b738abc384f2 /doc/api/assert.md
parent4cca942a86af6a6ce2cb8d6ea8ea6e1325d8c58a (diff)
downloadnode-new-16d058d37ee74a8352264182de9236bf867f2d4a.tar.gz
doc: fix malformed hashes in assert.md
URL hashes cannot contain `#`. Use hashes for the locations that were intended. PR-URL: https://github.com/nodejs/node/pull/35028 Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 1175648f89..1dda787563 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -1588,8 +1588,8 @@ argument.
[`assert.strictEqual()`]: #assert_assert_strictequal_actual_expected_message
[`assert.throws()`]: #assert_assert_throws_fn_error_message
[`process.on('exit')`]: process.html#process_event_exit
-[`tracker.calls()`]: #assert_class_assert_CallTracker#tracker_calls
-[`tracker.verify()`]: #assert_class_assert_CallTracker#tracker_verify
+[`tracker.calls()`]: #assert_tracker_calls_fn_exact
+[`tracker.verify()`]: #assert_tracker_verify
[strict assertion mode]: #assert_strict_assertion_mode
[Abstract Equality Comparison]: https://tc39.github.io/ecma262/#sec-abstract-equality-comparison
[Object wrappers]: https://developer.mozilla.org/en-US/docs/Glossary/Primitive#Primitive_wrapper_objects_in_JavaScript