diff options
| author | Victor Kareh <vkareh@redhat.com> | 2024-02-21 14:49:46 -0500 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-02-25 13:17:19 +0100 |
| commit | 004b2bf3a019fa63e18b0b2d5bd912ebf82c8c76 (patch) | |
| tree | 643f9bd0fe96cabed5f553b68468937036c99c34 | |
| parent | 6ab512a6b6f83255f5798d0ccf574ee7ca1f287d (diff) | |
README: Fix broken URLs
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | bootloader/ota-dfu-python/README.md | 4 | ||||
| -rw-r--r-- | src/drivers/Hrs3300.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@  -Fast open-source firmware for the [PineTime smartwatch](https://www.pine64.org/pinetime/) with many features, written in modern C++. +Fast open-source firmware for the [PineTime smartwatch](https://pine64.org/devices/pinetime/) with many features, written in modern C++. ## New to InfiniTime? 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? diff --git a/src/drivers/Hrs3300.cpp b/src/drivers/Hrs3300.cpp index 7dfd301c..33889b6f 100644 --- a/src/drivers/Hrs3300.cpp +++ b/src/drivers/Hrs3300.cpp @@ -19,7 +19,7 @@ namespace { } /** Driver for the HRS3300 heart rate sensor. - * Original implementation from wasp-os : https://github.com/daniel-thompson/wasp-os/blob/master/wasp/drivers/hrs3300.py + * Original implementation from wasp-os : https://github.com/wasp-os/wasp-os/blob/master/wasp/drivers/hrs3300.py * * Experimentaly derived changes to improve signal/noise (see comments below) - Ceimour */ |
