[rtems-docs commit] bsp-howto: Fix URLs

Sebastian Huber sebh at rtems.org
Thu Jan 31 07:10:14 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    362ae6861e654772dd66266abe7204c6764a4afc
Changeset: http://git.rtems.org/rtems-docs/commit/?id=362ae6861e654772dd66266abe7204c6764a4afc

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jan 31 07:38:37 2019 +0100

bsp-howto: Fix URLs

---

 bsp-howto/i2c.rst | 2 +-
 bsp-howto/spi.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bsp-howto/i2c.rst b/bsp-howto/i2c.rst
index d32d1cd..d585475 100644
--- a/bsp-howto/i2c.rst
+++ b/bsp-howto/i2c.rst
@@ -6,7 +6,7 @@ I2C Driver
 **********
 
 The Inter-Integrated Circuit (I2C, I²C, IIC) bus drivers should use the
-`I2C bus framework <https://git.rtems.org/rtems/tree/cpukit/dev/include/dev/i2c/i2c.h>`_.
+`I2C bus framework <https://git.rtems.org/rtems/tree/cpukit/include/dev/i2c/i2c.h>`_.
 For example drivers see the
 `Cadence I2C driver <https://git.rtems.org/rtems/tree/bsps/arm/xilinx-zynq/i2c/cadence-i2c.c>`_,
 the
diff --git a/bsp-howto/spi.rst b/bsp-howto/spi.rst
index 2b86f92..377b4b1 100644
--- a/bsp-howto/spi.rst
+++ b/bsp-howto/spi.rst
@@ -7,7 +7,7 @@ SPI Driver
 
 The Serial Peripheral Interface (SPI) bus drivers should use the
 `SPI bus framework
-<https://git.rtems.org/rtems/tree/cpukit/dev/include/dev/spi/spi.h>`_.
+<https://git.rtems.org/rtems/tree/cpukit/include/dev/spi/spi.h>`_.
 For
 example drivers see the
 `Atmel SAM SPI driver <https://git.rtems.org/rtems/tree/bsps/arm/atsam/spi/atsam_spi_bus.c>`_



More information about the vc mailing list