diff --git a/documentation/content/en/books/handbook/network/_index.adoc b/documentation/content/en/books/handbook/network/_index.adoc --- a/documentation/content/en/books/handbook/network/_index.adoc +++ b/documentation/content/en/books/handbook/network/_index.adoc @@ -356,7 +356,7 @@ * Its 128-bit address space allows for 340,282,366,920,938,463,463,374,607,431,768,211,456 addresses. This addresses the IPv4 address shortage and eventual IPv4 address exhaustion. * Routers only store network aggregation addresses in their routing tables, thus reducing the average space of a routing table to 8192 entries. This addresses the scalability issues associated with IPv4, which required every allocated block of IPv4 addresses to be exchanged between Internet routers, causing their routing tables to become too large to allow efficient routing. -* Address autoconfiguration (http://www.ietf.org/rfc/rfc2462.txt[RFC2462]). +* Address autoconfiguration (http://www.ietf.org/rfc/rfc4862.txt[RFC4862]). * Mandatory multicast addresses. * Built-in IPsec (IP security). * Simplified header structure.