aboutsummaryrefslogtreecommitdiffstats
path: root/bootloader/ota-dfu-python/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ota-dfu-python/README.md')
-rw-r--r--bootloader/ota-dfu-python/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/ota-dfu-python/README.md b/bootloader/ota-dfu-python/README.md
index c38e597a..c18da8bb 100644
--- a/bootloader/ota-dfu-python/README.md
+++ b/bootloader/ota-dfu-python/README.md
@@ -7,9 +7,9 @@ My own contribution is little more than a brute force conversion to
python3. It is sparsely tested so there are likely to be a few
remaining bytes versus string bugs remaining in the places I didn't test
. I used it primarily as part of
-[wasp-os](https://github.com/daniel-thompson/wasp-os) as a way to
+[wasp-os](https://github.com/wasp-os/wasp-os) as a way to
deliver OTA updates to nRF52-based smart watches, especially the
-[Pine64 PineTime](https://www.pine64.org/pinetime/).
+[Pine64 PineTime](https://pine64.org/devices/pinetime/).
## What does it do?