From 3d25cd5ae8241b687b970f8c1861451636a8f6ea Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 02:53:08 +0100 Subject: FIX Missing icons, menu about, cleaning --- shell/syncmanager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/syncmanager.c') diff --git a/shell/syncmanager.c b/shell/syncmanager.c index 5d5176e3..e034909e 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -605,7 +605,7 @@ static SyncDialog *sync_dialog_new(GtkWidget *parent) populate_store(store); priv_policy_btn = gtk_link_button_new_with_label( - "https://github.com/lpereira/hardinfo/wiki/Privacy-Policy", + "https://github.com/hwspeedy/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); -- cgit v1.2.3