From 1ae674c67aa6ff3c1c51841d4b91bce1bba6924f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 3 Sep 2020 06:27:19 -0700 Subject: [PATCH] doc: fix malformed hashes in assert.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Michaël Zasso Reviewed-By: Tobias Nießen Reviewed-By: Anna Henningsen --- doc/api/assert.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index 28339a3752b41f..01da101908ce6d 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -1582,8 +1582,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