summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-01-18 03:58:22 +0200
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-01-18 13:21:23 +0200
commit6c76de13c5849fb8273272490c55460e33c0c556 (patch)
tree93c02a6475bd12f9bd5b4e2454908074055e4687 /doc
parentc6bee70eec91debb6dafeb62b5dafce17a04fddb (diff)
downloadandroid-node-v8-6c76de13c5849fb8273272490c55460e33c0c556.tar.gz
android-node-v8-6c76de13c5849fb8273272490c55460e33c0c556.tar.bz2
android-node-v8-6c76de13c5849fb8273272490c55460e33c0c556.zip
doc: add missing link references
PR-URL: https://github.com/nodejs/node/pull/18222 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/assert.md1
-rw-r--r--doc/api/errors.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index efc0f4e078..c373544093 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -863,6 +863,7 @@ Due to the confusing notation, it is recommended not to use a string as the
second argument. This might lead to difficult-to-spot errors.
[`Error.captureStackTrace`]: errors.html#errors_error_capturestacktrace_targetobject_constructoropt
+[`Error`]: errors.html#errors_class_error
[`Map`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map
[`Object.is()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
[`RegExp`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index c42cdead2a..0e28b9b91d 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1661,6 +1661,7 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
[`hash.digest()`]: crypto.html#crypto_hash_digest_encoding
[`hash.update()`]: crypto.html#crypto_hash_update_data_inputencoding
[`readable._read()`]: stream.html#stream_readable_read_size_1
+[`server.close()`]: net.html#net_server_close_callback
[`sign.sign()`]: crypto.html#crypto_sign_sign_privatekey_outputformat
[`stream.pipe()`]: stream.html#stream_readable_pipe_destination_options
[`stream.push()`]: stream.html#stream_readable_push_chunk_encoding