diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 7a18903e8c..5d32ea41e6 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -3520,7 +3520,7 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. [`keyObject.export()`]: #crypto_keyobject_export_options [`sign.sign()`]: #crypto_sign_sign_privatekey_outputencoding [`sign.update()`]: #crypto_sign_update_data_inputencoding -[`stream.Writable` options]: stream.html#stream_constructor_new_stream_writable_options +[`stream.Writable` options]: stream.html#stream_new_stream_writable_options [`stream.transform` options]: stream.html#stream_new_stream_transform_options [`util.promisify()`]: util.html#util_util_promisify_original [`verify.update()`]: #crypto_verify_update_data_inputencoding diff --git a/doc/api/errors.md b/doc/api/errors.md index ccbd1bd406..d0fadad284 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2587,8 +2587,8 @@ such as `process.stdout.on('data')`. [`https`]: https.html [`libuv Error handling`]: http://docs.libuv.org/en/v1.x/errors.html [`net`]: net.html -[`new URL(input)`]: url.html#url_constructor_new_url_input_base -[`new URLSearchParams(iterable)`]: url.html#url_constructor_new_urlsearchparams_iterable +[`new URL(input)`]: url.html#url_new_url_input_base +[`new URLSearchParams(iterable)`]: url.html#url_new_urlsearchparams_iterable [`process.on('exit')`]: process.html#Event:-`'exit'` [`process.send()`]: process.html#process_process_send_message_sendhandle_options_callback [`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn diff --git a/doc/api/http.md b/doc/api/http.md index 8d858ba824..b48874c9fc 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -2616,7 +2616,7 @@ try { [`net.Server`]: net.html#net_class_net_server [`net.Socket`]: net.html#net_class_net_socket [`net.createConnection()`]: net.html#net_net_createconnection_options_connectlistener -[`new URL()`]: url.html#url_constructor_new_url_input_base +[`new URL()`]: url.html#url_new_url_input_base [`removeHeader(name)`]: #http_request_removeheader_name [`request.end()`]: #http_request_end_data_encoding_callback [`request.destroy()`]: #http_request_destroy_error diff --git a/doc/api/https.md b/doc/api/https.md index 4476cf5eaa..197749592a 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -459,7 +459,7 @@ headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; p [`https.Agent`]: #https_class_https_agent [`https.request()`]: #https_https_request_options_callback [`net.Server`]: net.html#net_class_net_server -[`new URL()`]: url.html#url_constructor_new_url_input_base +[`new URL()`]: url.html#url_new_url_input_base [`server.listen()`]: net.html#net_server_listen [`tls.connect()`]: tls.html#tls_tls_connect_options_callback [`tls.createSecureContext()`]: tls.html#tls_tls_createsecurecontext_options diff --git a/doc/api/inspector.md b/doc/api/inspector.md index fb1e362bc2..ece84aa2c1 100644 --- a/doc/api/inspector.md +++ b/doc/api/inspector.md @@ -84,7 +84,7 @@ An exception will be thrown if there is no active inspector. The `inspector.Session` is used for dispatching messages to the V8 inspector back-end and receiving message responses and notifications. -### Constructor: `new inspector.Session()` +### `new inspector.Session()` diff --git a/doc/api/stream.md b/doc/api/stream.md index 06700b0597..369b5ee1e3 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1819,7 +1819,7 @@ Custom `Writable` streams *must* call the `new stream.Writable([options])` constructor and implement the `writable._write()` and/or `writable._writev()` method. -#### Constructor: `new stream.Writable([options])` +#### `new stream.Writable([options])`