diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | help/C/index.docbook | 2 | ||||
-rw-r--r-- | sensors-applet/about-dialog.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2f7a257..d4b4a87 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # ================= initialization =================== # -AC_INIT([MATE Sensors Applet], [1.22.0], [http://www.mate-desktop.org], +AC_INIT([MATE Sensors Applet], [1.22.0], [https://mate-desktop.org], [mate-sensors-applet]) AC_CONFIG_SRCDIR([sensors-applet/main.c]) diff --git a/help/C/index.docbook b/help/C/index.docbook index 2007ca9..d727ce1 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -18,7 +18,7 @@ <!-- (Do not remove this comment block.) Maintained by the MATE Documentation Project - http://www.mate-desktop.org/development/ + https://mate-desktop.org/development/ Template version: 2.0 beta Template last modified Feb 06, 2003 --> diff --git a/sensors-applet/about-dialog.c b/sensors-applet/about-dialog.c index cd7ad20..4bc4a87 100644 --- a/sensors-applet/about-dialog.c +++ b/sensors-applet/about-dialog.c @@ -45,7 +45,7 @@ void about_dialog_open(SensorsApplet *sensors_applet) { /* To translator: Put your name here to show up in the About dialog as the translator */ "translator-credits", _("translator-credits"), "logo-icon-name", SENSORS_APPLET_ICON, - "website", "http://www.mate-desktop.org", + "website", "https://mate-desktop.org", NULL); } |