Skip to content

Commit 004b2bf

Browse files
vkarehJF002
authored andcommitted
README: Fix broken URLs
1 parent 6ab512a commit 004b2bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![InfiniTime logo](doc/logo/infinitime-logo-small.jpg "InfiniTime Logo")
44

5-
Fast open-source firmware for the [PineTime smartwatch](https://www.pine64.org/pinetime/) with many features, written in modern C++.
5+
Fast open-source firmware for the [PineTime smartwatch](https://pine64.org/devices/pinetime/) with many features, written in modern C++.
66

77
## New to InfiniTime?
88

bootloader/ota-dfu-python/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ My own contribution is little more than a brute force conversion to
77
python3. It is sparsely tested so there are likely to be a few
88
remaining bytes versus string bugs remaining in the places I didn't test
99
. I used it primarily as part of
10-
[wasp-os](https://github.com/daniel-thompson/wasp-os) as a way to
10+
[wasp-os](https://github.com/wasp-os/wasp-os) as a way to
1111
deliver OTA updates to nRF52-based smart watches, especially the
12-
[Pine64 PineTime](https://www.pine64.org/pinetime/).
12+
[Pine64 PineTime](https://pine64.org/devices/pinetime/).
1313

1414
## What does it do?
1515

src/drivers/Hrs3300.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace {
1919
}
2020

2121
/** Driver for the HRS3300 heart rate sensor.
22-
* Original implementation from wasp-os : https://github.com/daniel-thompson/wasp-os/blob/master/wasp/drivers/hrs3300.py
22+
* Original implementation from wasp-os : https://github.com/wasp-os/wasp-os/blob/master/wasp/drivers/hrs3300.py
2323
*
2424
* Experimentaly derived changes to improve signal/noise (see comments below) - Ceimour
2525
*/

0 commit comments

Comments
 (0)