From c0f462d01740c18d6376d4ac4b806fde4c4869a2 Mon Sep 17 00:00:00 2001
From: Martine Lenders <m.lenders@fu-berlin.de>
Date: Thu, 18 May 2017 14:58:37 +0200
Subject: [PATCH] ndp: doc: fix RFC link

---
 sys/include/net/ndp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/include/net/ndp.h b/sys/include/net/ndp.h
index d3a04fbae3..b96c45d3f8 100644
--- a/sys/include/net/ndp.h
+++ b/sys/include/net/ndp.h
@@ -66,7 +66,7 @@ extern "C" {
 
 /**
  * @name    Neighbor advertisement flags
- * @see     [RFC 4861, section 4.2](https://tools.ietf.org/html/rfc4861#section-4.2)
+ * @see     [RFC 4861, section 4.4](https://tools.ietf.org/html/rfc4861#section-4.4)
  * @{
  */
 #define NDP_NBR_ADV_FLAGS_MASK      (0xe0)
-- 
GitLab