@@ -90,8 +90,8 @@ Done! Your first STM8 based project is up and running!
9090# # Supported hardware
9191
9292Anything with an STM8S103 or STM8S003 should work. For example, the
93- 70-cent-[STM8S103 breakout boards](https ://tenbaht.github.io/sduino/hardware/stm8blue.md ),
94- [ESP14 Wifi boards](https ://tenbaht.github.io/sduino/hardware/esp14.md ),
93+ 70-cent-[STM8S103 breakout boards](https ://tenbaht.github.io/sduino/hardware/stm8blue),
94+ [ESP14 Wifi boards](https ://tenbaht.github.io/sduino/hardware/esp14),
9595or even the [W1209 thermostat boards](https ://www.aliexpress.com/wholesale?SearchText=w1209)
9696that are abundant on aliexpress and Amazon. All you need to get started is a
9797simple ST-Link/V2 compatible flash programmer, available for less then $3
@@ -109,12 +109,12 @@ five 10 bit ADC inputs, 3 timers, and up to 14 I/O pins - quite similar to
109109an Atmel ATmega8 as it was used on the first Arduino boards.
110110
111111Support for the more powerful
112- [STM8S105 Discovery board](https ://tenbaht.github.io/sduino/hardware/stm8sdiscovery.md )
112+ [STM8S105 Discovery board](https ://tenbaht.github.io/sduino/hardware/stm8sdiscovery)
113113is very fresh, but should work now. At least Blink.c works already. These
114114amazing $9 boards offer even more resources, come with a build-in flash
115115programmer and are very similar to an Arduino Uno with an ATmega328 CPU.
116116
117- Find more information here : [Supported Boards](https://tenbaht.github.io/sduino/hardware.md )
117+ Find more information here : [Supported Boards](https://tenbaht.github.io/sduino/hardware)
118118
119119
120120
0 commit comments