summaryrefslogtreecommitdiffstats
path: root/bsp-howto/spi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bsp-howto/spi.rst')
-rw-r--r--bsp-howto/spi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp-howto/spi.rst b/bsp-howto/spi.rst
index 5a6d931..0f3e9cf 100644
--- a/bsp-howto/spi.rst
+++ b/bsp-howto/spi.rst
@@ -11,7 +11,7 @@ The Serial Peripheral Interface (SPI) bus drivers should use the
<https://git.rtems.org/rtems/tree/cpukit/dev/include/dev/spi/spi.h>`_.
For
example drivers see the
-`Atmel SAM SPI driver <https://git.rtems.org/rtems/tree/c/src/lib/libbsp/arm/atsam/spi/atsam_spi_bus.c>`_
+`Atmel SAM SPI driver <https://git.rtems.org/rtems/tree/bsps/arm/atsam/spi/atsam_spi_bus.c>`_
and the
`SPI framework test <https://git.rtems.org/rtems/tree/testsuites/libtests/spi01/init.c>`_.