Skip to content

Commit 5eb19be

Browse files
authored
Merge pull request stm32duino#2714 from fpistm/fix_url
fix: broken url
2 parents 55e4695 + 5d402d9 commit 5eb19be

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/MarkdwonLinksCheck.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
- '**.md'
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
14+
schedule:
15+
# Run every day at 12 AM UTC to check url.
16+
- cron: "0 11 * * *"
1417
jobs:
1518
linkinator:
1619
runs-on: ubuntu-latest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
818818
| :green_heart: | STM32F446VE | [RUMBA32](https://github.com/Aus3D/RUMBA32) | *1.5.0* | |
819819
| :green_heart: | STM32F401VE | [STEVAL-3DP001V1](https://www.st.com/en/evaluation-tools/steval-3dp001v1.html) | *1.6.0* | |
820820
| :green_heart: | STM32F446RE | VAkE v1.0 | *1.6.0* | |
821-
| :green_heart: | STM32F446VE | [FYSETC_S6](https://wiki.fysetc.com/FYSETC_S6/) | *1.9.0* | |
821+
| :green_heart: | STM32F446VE | [FYSETC_S6](https://wiki.fysetc.com/docs/FYSETCS6) | *1.9.0* | |
822822
| :green_heart: | STM32G0B1CB | [BTT EBB42 CAN V1.1](https://github.com/bigtreetech/EBB/tree/master) | *2.4.0* | |
823823

824824
### [Blues](https://blues.com/) boards

0 commit comments

Comments
 (0)