Commit 5ad60c8e authored by Jukka Rissanen's avatar Jukka Rissanen
Browse files

doc: net: Fix the path and description of the IP stack



As the Contiki uIP stack is no more there remove any reference
to it. The path to IP stack is also set correctly.

Change-Id: Ia2e10514f173cf8083d6dd258111a901987bd038
Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@linux.intel.com>
parent 2f273a25
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -43,9 +43,8 @@ Source tree layout

The IP stack source code tree is organized as follows:

``net/ip/``
  The core stack itself. This is where the Contiki uIP stack code
  is located.
``subsys/net/ip/``
  This is where the IP stack code is located.

``include/net/``
  Public API header files. These are the header files applications need