Skip to content

Commit ab5214e

Browse files
authored
Merge pull request #1 from per1234/update-repo-url
Update repository URLs in readme
2 parents c7a5bd3 + fb2a7be commit ab5214e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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 [email protected]:bcmi-labs/ArduinoCore-mbed mbed
12+
git clone [email protected]:arduino/ArduinoCore-mbed 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-mbed/blob/master/mbed-os-to-arduino after setting `BOARDNAME` and `ARDUINOCORE` env variables.
2828
Actions marked as TODO must be executed manually.
2929

3030
**Minimum Example**: `./mbed-os-to-arduino -r /home/alex/projects/arduino/cores/mbed-os-h747 ENVIE_M7:ENVIE_M7`

0 commit comments

Comments
 (0)