From eb68372553ebeb7142b452511e68f758add3c723 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Wed, 1 Nov 2017 22:48:11 +0100 Subject: [PATCH] fix(project): change GitHub organization to NordicPlayground --- Release notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release notes.md b/Release notes.md index e5e2537..782fdae 100644 --- a/Release notes.md +++ b/Release notes.md @@ -32,7 +32,7 @@ ##Changes: * Added Device Firmware Update support for Arduino UNO(ATmega328p) - New ble-optiboot has been released to bootload over BLE - - https://github.com/NordicSemiconductor/ble-optiboot + - https://github.com/NordicPlayground/ble-optiboot - This new bootloader supports both UART and BLE interfaces and is a drop-in replacement for the Arduino bootloader. * Added example projects for DFU for Arduino with the UART template and the Proximity template.