From eafc0a1314c53beac16e92951f7cb09d81d36dc8 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Tue, 7 Nov 2017 02:53:39 +0200 Subject: [PATCH] doc: fix a link in dgram.md PR-URL: https://github.com/nodejs/node/pull/16854 Reviewed-By: Khaidi Chu Reviewed-By: Gireesh Punathil Reviewed-By: Luigi Pinca --- doc/api/dgram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dgram.md b/doc/api/dgram.md index 980537640f6e8d..910289b37f9e61 100644 --- a/doc/api/dgram.md +++ b/doc/api/dgram.md @@ -629,7 +629,7 @@ and `udp6` sockets). The bound address and port can be retrieved using [`socket.address().address`]: #dgram_socket_address [`socket.address().port`]: #dgram_socket_address [`socket.bind()`]: #dgram_socket_bind_port_address_callback -[`System Error`]: errors.html#errors_class_system_error +[`System Error`]: errors.html#errors_class_systemerror [byte length]: buffer.html#buffer_class_method_buffer_bytelength_string_encoding [IPv6 Zone Indices]: https://en.wikipedia.org/wiki/IPv6_address#Link-local_addresses_and_zone_indices [RFC 4007]: https://tools.ietf.org/html/rfc4007