Skip to content

Commit fe770a3

Browse files
committed
Update status badge urls
1 parent 1945e5b commit fe770a3

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

README.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ file before *(— famous last words)*.
1919

2020
## Status
2121

22-
[![Arduino AVR ][ArduinoAVR.svg] ][ArduinoAVR.yml]
23-
[![Arduino SAM D ][ArduinoSAMD.svg]][ArduinoSAMD.yml]
24-
[![ATTiny Core ][ATTinyCore.svg] ][ATTinyCore.yml]
25-
[![ESP32 ][ESP32.svg] ][ESP32.yml]
26-
[![ESP8266 ][ESP8266.svg] ][ESP8266.yml]
27-
[![STM32 Nucleo 64][STM32.svg] ][STM32.yml]
22+
[![Arduino/AVR ][ArduinoAVR.svg] ][workflows/main]
23+
[![Arduino/SAM D ][ArduinoSAMD.svg]][workflows/main]
24+
[![ATTinyCore ][ATTinyCore.svg] ][workflows/main]
25+
[![ESP32 ][ESP32.svg] ][workflows/main]
26+
[![ESP8266 ][ESP8266.svg] ][workflows/main]
27+
[![STM32/Nucleo64][STM32.svg] ][workflows/main]
2828

2929
This project is in **early development**.
3030
So far nothing more than a fairly successful proof of concept.
@@ -90,19 +90,12 @@ I took good inspiration from it, especially when it comes to making CMake's init
9090
compiler detection accept Arduinos very special binary layout.
9191

9292

93-
94-
[ArduinoAVR.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-ArduinoAVR.yml/badge.svg
95-
[ArduinoSAMD.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-ArduinoSAMD.yml/badge.svg
96-
[ATTinyCore.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-ATTinyCore.yml/badge.svg
97-
[ESP32.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-ESP32.yml/badge.svg
98-
[ESP8266.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-ESP8266.yml/badge.svg
99-
[STM32.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-STM32.yml/badge.svg
100-
101-
[ArduinoAVR.yml]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-ArduinoAVR.yml
102-
[ArduinoSAMD.yml]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-ArduinoSAMD.yml
103-
[ATTinyCore.yml]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-ATTinyCore.yml
104-
[ESP32.yml]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-ESP32.yml
105-
[ESP8266.yml]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-ESP8266.yml
106-
[STM32.yml]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/Test-STM32.yml
93+
[ArduinoAVR.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-arduino-avr.yml/badge.svg
94+
[ArduinoSAMD.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-arduino-samd.yml/badge.svg
95+
[ATTinyCore.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-attinycore.yml/badge.svg
96+
[ESP32.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-esp32.yml/badge.svg
97+
[ESP8266.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-esp8266.yml/badge.svg
98+
[STM32.svg]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/badge-stm32.yml/badge.svg
99+
[workflows/main]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/actions/workflows/main.yml
107100

108101
[milestone-2]: https://github.com/hasselmm/cmake-toolchain-arduino-cli/milestone/2

0 commit comments

Comments
 (0)