Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 26eeae8

Browse filesBrowse files
gromnitskyrvagg
authored andcommitted
doc: fix broken references
PR-URL: #3944 Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Myles Borins <mborins@us.ibm.com>
1 parent fcf0e8e commit 26eeae8
Copy full SHA for 26eeae8

File tree

Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/cluster.markdown‎

Copy file name to clipboardExpand all lines: doc/api/cluster.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -650,4 +650,4 @@ the worker's unique id is the easiest way to find the worker.
650650
[Child Process module]: child_process.html#child_process_child_process_fork_modulepath_args_options
651651
[ChildProcess.send()]: child_process.html#child_process_child_send_message_sendhandle_callback
652652
[child_process event: 'exit']: child_process.html#child_process_event_exit
653-
[child_process event: 'message']: child_process.html#child_process_event_message.
653+
[child_process event: 'message']: child_process.html#child_process_event_message
Collapse file

‎doc/api/errors.markdown‎

Copy file name to clipboardExpand all lines: doc/api/errors.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ often a sign that a connected socket was not `.end()`'d appropriately.
469469

470470
[Error]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error
471471
[below]: #errors_error_propagation_and_interception
472-
[fs.readFileSync]: fs.html#fs_fs_readfilesync_filename_options
472+
[fs.readFileSync]: fs.html#fs_fs_readfilesync_file_options
473473
[stream-based]: stream.html
474474
[event emitter-based]: events.html#events_class_events_eventemitter
475475
[domains]: domain.html
Collapse file

‎doc/api/tls.markdown‎

Copy file name to clipboardExpand all lines: doc/api/tls.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ Example:
920920
[BEAST attacks]: http://blog.ivanristic.com/2011/10/mitigating-the-beast-attack-on-tls.html
921921
[crypto.getCurves()]: crypto.html#crypto_crypto_getcurves
922922
[tls.createServer]: #tls_tls_createserver_options_secureconnectionlistener
923-
[tls.createSecurePair]: #tls_tls_createsecurepair_context_isserver_requestcert_rejectunauthorized
923+
[tls.createSecurePair]: #tls_tls_createsecurepair_context_isserver_requestcert_rejectunauthorized_options
924924
[tls.TLSSocket]: #tls_class_tls_tlssocket
925925
[net.Server]: net.html#net_class_net_server
926926
[net.Socket]: net.html#net_class_net_socket
Collapse file

‎doc/api/zlib.markdown‎

Copy file name to clipboardExpand all lines: doc/api/zlib.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Decompress a raw Buffer with Unzip.
360360
[content-encoding]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
361361
[Memory Usage Tuning]: #zlib_memory_usage_tuning
362362
[zlib documentation]: http://zlib.net/manual.html#Constants
363-
[options]: #zlib_options
363+
[options]: #zlib_class_options
364364
[Deflate]: #zlib_class_zlib_deflate
365365
[DeflateRaw]: #zlib_class_zlib_deflateraw
366366
[Gunzip]: #zlib_class_zlib_gunzip

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.