diff options
| author | Martin Ashby <martin@ashbysoft.com> | 2021-03-15 23:07:04 (GMT) |
|---|---|---|
| committer | Martin Ashby <martin@ashbysoft.com> | 2021-03-15 23:13:46 (GMT) |
| commit | bca7ba4eed437361c93af6316b810e97dd071d67 (patch) | |
| tree | cfba35a82c3d0cd8eacecf47f1b50339338b1849 /.github | |
| parent | ada942535718d48eec37cca4f50d678e7201dc67 (diff) | |
Small correction to git URL in documentation files
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81926a9..4a71b7e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,7 @@ # GitHub Actions Workflow to build FreeRTOS Firmware for PineTime Smart Watch # See https://lupyuen.github.io/pinetime-rust-mynewt/articles/cloud -# Based on https://github.com/JF002/Pinetime/blob/master/doc/buildAndProgram.md -# and https://github.com/JF002/Pinetime/blob/master/bootloader/README.md +# Based on https://github.com/JF002/InfiniTime/blob/master/doc/buildAndProgram.md +# and https://github.com/JF002/InfiniTime/blob/master/bootloader/README.md # Name of this Workflow name: Build PineTime Firmware |
