Skip to content

Commit 6c76de1

Browse files
committed
doc: add missing link references
PR-URL: #18222 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c6bee70 commit 6c76de1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/api/assert.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ Due to the confusing notation, it is recommended not to use a string as the
863863
second argument. This might lead to difficult-to-spot errors.
864864

865865
[`Error.captureStackTrace`]: errors.html#errors_error_capturestacktrace_targetobject_constructoropt
866+
[`Error`]: errors.html#errors_class_error
866867
[`Map`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map
867868
[`Object.is()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
868869
[`RegExp`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions

doc/api/errors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,6 +1661,7 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
16611661
[`hash.digest()`]: crypto.html#crypto_hash_digest_encoding
16621662
[`hash.update()`]: crypto.html#crypto_hash_update_data_inputencoding
16631663
[`readable._read()`]: stream.html#stream_readable_read_size_1
1664+
[`server.close()`]: net.html#net_server_close_callback
16641665
[`sign.sign()`]: crypto.html#crypto_sign_sign_privatekey_outputformat
16651666
[`stream.pipe()`]: stream.html#stream_readable_pipe_destination_options
16661667
[`stream.push()`]: stream.html#stream_readable_push_chunk_encoding

0 commit comments

Comments
 (0)