From f7a40c1a6ff9aee91ba310794eafa73a59b90afe Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Wed, 4 Mar 2020 13:28:21 +0100 Subject: [PATCH] boards/msb-430h: fix broken links --- boards/msb-430/include/board.h | 2 +- boards/msb-430h/doc.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/msb-430/include/board.h b/boards/msb-430/include/board.h index 645f7d269e..9717ec352c 100644 --- a/boards/msb-430/include/board.h +++ b/boards/msb-430/include/board.h @@ -11,7 +11,7 @@ * * @details * See - * http://www.mi.fu-berlin.de/inf/groups/ag-tech/projects/Z_Finished_Projects/ScatterWeb/modules/mod_MSB-430.html + * https://www.mi.fu-berlin.de/inf/groups/ag-tech/projects/ScatterWeb/modules/mod_MSB-430.html * for circuit diagram etc. * *

Components

diff --git a/boards/msb-430h/doc.txt b/boards/msb-430h/doc.txt index ad2e77052c..62472473fd 100644 --- a/boards/msb-430h/doc.txt +++ b/boards/msb-430h/doc.txt @@ -23,8 +23,8 @@ | SPIs | 2 | | I2Cs | 1 | | Vcc | 2.0V - 3.6V | -| Datasheet / Reference Manual | [Datasheet](http://www.mi.fu-berlin.de/inf/groups/ag-tech/projects/Z_Finished_Projects/ScatterWeb/moduleComponents/msp430f1612.pdf?1346661398) | -| User Guide | [User Guide](http://www.mi.fu-berlin.de/inf/groups/ag-tech/projects/Z_Finished_Projects/ScatterWeb/moduleComponents/MSP430slau049f.pdf?1346661398)| +| Datasheet / Reference Manual | [Datasheet](https://www.mi.fu-berlin.de/inf/groups/ag-tech/projects/ScatterWeb/moduleComponents/msp430f1612.pdf) | +| User Guide | [User Guide](https://www.mi.fu-berlin.de/inf/groups/ag-tech/projects/ScatterWeb/moduleComponents/MSP430slau049f.pdf)| ## Radio @@ -54,9 +54,9 @@ This should take care of everything! ## Using the shell The shell is using the UART interface of the MSB-430H at 115200 baud. You -need a 3.3V TTL serial cable. For USB connections you could use a [FTDI connector](http://apple.clickandbuild.com/cnb/shop/ftdichip?productID=53&op=catalogue-product_info-null&prodCategoryID=105) +need a 3.3V TTL serial cable. For USB connections you could use a FTDI connector. ## More information -[FU Berlin info page on the MSB-430H](http://www.mi.fu-berlin.de/inf/groups/ag-tech/projects/Z_Finished_Projects/ScatterWeb/modules/mod_MSB-430H.html) +[FU Berlin info page on the MSB-430H](https://www.mi.fu-berlin.de/inf/groups/ag-tech/projects/ScatterWeb/modules/mod_MSB-430H.html) */