diff options
-rw-r--r-- | src/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ static void add_columns (GtkTreeView *treeview) { static void about_btn_clicked(GtkButton *button, gpointer user_data) { GtkWidget *dialog; - const gchar *website = "https://github.com/Ta180m/zenmonitor3"; + const gchar *website = "https://git.exozy.me/a/zenmonitor3"; const gchar *msg = "<b>Zenmonitor3</b> %s\n" "Zenmonitor3 is monitoring software for AMD Zen-based CPUs, now with Zen 3 support!\n" "<a href=\"%s\">%s</a>\n\n" |