summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--src/applet-main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 796ebdb..205db75 100644
--- a/README
+++ b/README
@@ -7,4 +7,4 @@ The indicator applet exposes Ayatana Indicators in the MATE Panel. Ayatana Indic
MATE Indicator Applet is a fork of Indicator Applet for GNOME (https://launchpad.net/indicator-applet).
-http://www.mate-desktop.org/
+https://mate-desktop.org/
diff --git a/src/applet-main.c b/src/applet-main.c
index d84fd1c..d2a42a8 100644
--- a/src/applet-main.c
+++ b/src/applet-main.c
@@ -819,7 +819,7 @@ about_cb (GtkAction *action G_GNUC_UNUSED,
"translator-credits", _("translator-credits"),
"logo-icon-name", "mate-indicator-applet",
"icon-name", "mate-indicator-applet",
- "website", "http://www.mate-desktop.org",
+ "website", "https://mate-desktop.org",
"website-label", _("MATE Website"),
NULL
);