From 3f65b91eb93ed4d1dfaf82086e5a42f0e75c3bf6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 15 Jun 2019 10:36:51 -0700 Subject: [PATCH] doc: remove superfluous MDN link in assert.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/28246 Reviewed-By: Michaƫl Zasso Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Yongsheng Zhang Reviewed-By: Trivikram Kamat Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater --- doc/api/assert.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index cc65dbcf6e379a..39d93a3d805350 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -8,9 +8,6 @@ The `assert` module provides a set of assertion functions for verifying invariants. The module provides a recommended [`strict` mode][] and a more lenient legacy mode. -For more information about the used equality comparisons see -[MDN's guide on equality comparisons and sameness][mdn-equality-guide]. - ## Class: assert.AssertionError A subclass of `Error` that indicates the failure of an assertion. All errors @@ -1289,5 +1286,4 @@ second argument. This might lead to difficult-to-spot errors. [SameValue Comparison]: https://tc39.github.io/ecma262/#sec-samevalue [Strict Equality Comparison]: https://tc39.github.io/ecma262/#sec-strict-equality-comparison [enumerable "own" properties]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties -[mdn-equality-guide]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness [prototype-spec]: https://tc39.github.io/ecma262/#sec-ordinary-object-internal-methods-and-internal-slots