Skip to content

Commit 63bcccc

Browse files
authored
Fix typo in URL
1 parent 217281c commit 63bcccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ __attribute__((weak)) const char* Version_GetGitVersion(void) {
5656
static char* format_about = \
5757
"\nT-962-controller open source firmware (%s)" \
5858
"\n" \
59-
"\nSee https://github.com/UnifiedEngineering/T-962-improvement for more details." \
59+
"\nSee https://github.com/UnifiedEngineering/T-962-improvements for more details." \
6060
"\n" \
6161
"\nInitializing improved reflow oven...";
6262

0 commit comments

Comments
 (0)