summaryrefslogtreecommitdiffstats
path: root/bsp-howto/networking.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bsp-howto/networking.rst')
-rw-r--r--bsp-howto/networking.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp-howto/networking.rst b/bsp-howto/networking.rst
index d8d5b0a..e95bb28 100644
--- a/bsp-howto/networking.rst
+++ b/bsp-howto/networking.rst
@@ -13,7 +13,7 @@ Introduction
This chapter is intended to provide an introduction to the procedure for
writing RTEMS network device drivers. The example code is taken from the
'Generic 68360' network device driver. The source code for this driver is
-located in the ``c/src/lib/libbsp/m68k/gen68360/network`` directory in the
+located in the ``bsps/m68k/gen68360/net`` directory in the
RTEMS source code distribution. Having a copy of this driver at hand when
reading the following notes will help significantly.