Skip to content

Commit 302b3ee

Browse files
vsemozhetbytevanlucas
authored andcommitted
doc: add missing link references
PR-URL: #18222 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent a1096a6 commit 302b3ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/api/assert.md

+1
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ For more information, see
717717
[MDN's guide on equality comparisons and sameness][mdn-equality-guide].
718718

719719
[`Error.captureStackTrace`]: errors.html#errors_error_capturestacktrace_targetobject_constructoropt
720+
[`Error`]: errors.html#errors_class_error
720721
[`Map`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map
721722
[`Object.is()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
722723
[`RegExp`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions

doc/api/errors.md

+1
Original file line numberDiff line numberDiff line change
@@ -1570,6 +1570,7 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
15701570
[`hash.digest()`]: crypto.html#crypto_hash_digest_encoding
15711571
[`hash.update()`]: crypto.html#crypto_hash_update_data_inputencoding
15721572
[`readable._read()`]: stream.html#stream_readable_read_size_1
1573+
[`server.close()`]: net.html#net_server_close_callback
15731574
[`sign.sign()`]: crypto.html#crypto_sign_sign_privatekey_outputformat
15741575
[`stream.pipe()`]: stream.html#stream_readable_pipe_destination_options
15751576
[`stream.push()`]: stream.html#stream_readable_push_chunk_encoding

0 commit comments

Comments
 (0)