summaryrefslogtreecommitdiffstats
path: root/bsp-howto/networking.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-26 09:05:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-27 12:49:57 +0200
commitcb0f55a4b829d9f2198b10c224a4ca626de7ded3 (patch)
treed413bafaadcfb8433da155798e1799fd2c1661f3 /bsp-howto/networking.rst
parentbsp-howto: Avoid :file: role with ${...} (diff)
downloadrtems-docs-cb0f55a4b829d9f2198b10c224a4ca626de7ded3.tar.bz2
Update due to BSP source reorganization
This patch is a part of the BSP source reorganization. Close #3285.
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.