Browse Source

doc: fix broken link in dgram doc

PR-URL: https://github.com/nodejs/node/pull/8365
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
v6.x
Brian White 8 years ago
committed by Jeremiah Senkpiel
parent
commit
6d421a2ee2
  1. 1
      doc/api/dgram.md

1
doc/api/dgram.md

@ -477,6 +477,7 @@ and `udp6` sockets). The bound address and port can be retrieved using
[`Buffer`]: buffer.html
[`'close'`]: #dgram_event_close
[`close()`]: #dgram_socket_close_callback
[`cluster`]: cluster.html
[`dgram.createSocket()`]: #dgram_dgram_createsocket_options_callback
[`dgram.Socket#bind()`]: #dgram_socket_bind_options_callback
[`Error`]: errors.html#errors_class_error

Loading…
Cancel
Save