Skip to content

Commit 379a6ce

Browse files
committed
chore(ui): update URL
1 parent f3634dc commit 379a6ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ void ui_setup_views(SubDupFinderApp *app) {
153153
widget_add_string_element(app->credits_widget, 0, 26, AlignLeft, AlignTop, FontPrimary,
154154
"Author: Endika");
155155
widget_add_string_element(app->credits_widget, 0, 40, AlignLeft, AlignTop, FontSecondary,
156-
"github.com/endika/");
156+
"https://github.com/endika/");
157157
widget_add_string_element(app->credits_widget, 0, 50, AlignLeft, AlignTop, FontSecondary,
158158
"flipper-sub-dup");
159159

0 commit comments

Comments
 (0)