From 9d270ad1c0e2e34d0f9e9215e94c03dd432094ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= <cnkgndgn@gmail.com>
Date: Mon, 7 Dec 2015 16:15:19 +0100
Subject: [PATCH] doxygen: mainpage: link to GNRC

---
 doc/doxygen/src/mainpage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doxygen/src/mainpage.md b/doc/doxygen/src/mainpage.md
index a0e768df21..6b15821cfe 100644
--- a/doc/doxygen/src/mainpage.md
+++ b/doc/doxygen/src/mainpage.md
@@ -178,7 +178,7 @@ sys/net
 -------
 The `sys/net` sub-directory needs to be explicitly mentioned, as this is where
 all the networking code in RIOT resides. Here you can find the network stack
-implementations (e.g. the GNRC stack) as well as network stack agnostic code as
+implementations (e.g. the @ref net_gnrc "GNRC" stack) as well as network stack agnostic code as
 header definitions or network types.
 
 See @ref net for more details on networking code.
-- 
GitLab