Skip to content

Commit 6138d1a

Browse files
docs: fix broken Markdown link #9125
docs: fix broken Markdown link in has-has-instance-symbol-support Replaced the broken MDN link for `Symbol.hasInstance` in `lib/node_modules/@stdlib/assert/has-has-instance-symbol-support/README.md` with the updated URL from MDN. Resolves #9125 Signed-off-by: Almunazza <munazzaghazali7@gmail.com>
1 parent 084df03 commit 6138d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/assert/has-has-instance-symbol-support

lib/node_modules/@stdlib/assert/has-has-instance-symbol-support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ $ has-has-instance-symbol-support
122122

123123
<section class="links">
124124

125-
[mdn-has-instance-symbol]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol.hasInstance
125+
[mdn-has-instance-symbol]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/hasInstance
126126

127127
</section>
128128

0 commit comments

Comments
 (0)