summaryrefslogtreecommitdiffstats
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--networking/networking_driver.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/networking_driver.rst b/networking/networking_driver.rst
index 0737008..a86f42e 100644
--- a/networking/networking_driver.rst
+++ b/networking/networking_driver.rst
@@ -14,7 +14,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 :file:`c/src/lib/libbsp/m68k/gen68360/network` directory in the
+located in the :file:`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.