diff options
Diffstat (limited to 'shell/syncmanager.c')
-rw-r--r-- | shell/syncmanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/syncmanager.c b/shell/syncmanager.c index 0753e596..0f08cf87 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -631,7 +631,7 @@ static SyncDialog *sync_dialog_new(GtkWidget *parent) populate_store(store); priv_policy_btn = gtk_link_button_new_with_label( - "https://github.com/hwspeedy/hardinfo2?tab=readme-ov-file#privacy-policy", + "https://github.com/hardinfo2/hardinfo2?tab=readme-ov-file#privacy-policy", _("Privacy Policy")); gtk_widget_show(priv_policy_btn); gtk_box_pack_start(GTK_BOX(dialog1_vbox), priv_policy_btn, FALSE, FALSE, 0); |