Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit beac74c

Browse files
committed
Update README with proper links
1 parent 4bce41b commit beac74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Clone the repository in `$sketchbook/hardware/arduino`
99
```bash
1010
mkdir -p $sketchbook/hardware/arduino
1111
cd $sketchbook/hardware/arduino
12-
git clone git@github.com:bcmi-labs/ArduinoCore-mbed mbed
12+
git clone git@github.com:arduino/ArduinoCore-nRF528x-mbedos mbed
1313
```
1414

1515
Then clone https://github.com/arduino/ArduinoCore-API in a directory at your choice. Checkout `namespace_arduino` branch.
@@ -24,7 +24,7 @@ Open Arduino IDE; you should now see three new targets under `MBED boards` label
2424

2525
## Adding an mbed target
2626

27-
Adding a target is a mostly automatic procedure that involves running https://github.com/bcmi-labs/ArduinoCore-mbed/blob/master/mbed-os-to-arduino after setting `BOARDNAME` and `ARDUINOCORE` env variables.
27+
Adding a target is a mostly automatic procedure that involves running https://github.com/arduino/ArduinoCore-nRF528x-mbedos/blob/master/mbed-os-to-arduino after setting `BOARDNAME` and `ARDUINOCORE` env variables.
2828
Actions marked as TODO must be executed manually.
2929

3030
## Using this core as an mbed library

0 commit comments

Comments
 (0)