[planner] Update homepage



commit abc582cd6b8d87aa9ee1091f4aab6f7b7fa2f069
Author: Mart Raudsepp <leio gentoo org>
Date:   Fri Jul 16 23:38:57 2021 +0300

    Update homepage

 README                            | 6 +++---
 data/stylesheets/planner2html.xsl | 2 +-
 docs/user-guide/C/planner.xml     | 2 +-
 installer/planner-installer.nsi   | 2 +-
 src/planner-window.c              | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/README b/README
index 0c1d08e4..8d28098b 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ Available Platforms
 
 Planner is available on Linux/UNIX platforms, and included in most Linux
 distributions. It's also available in a Windows version at
-http://wiki.gnome.org/Apps/Planner/Downloads.
+https://wiki.gnome.org/Apps/Planner/Downloads.
 
 Resources
 =========
@@ -44,7 +44,7 @@ Note that you must be subscribed to the list to be able to post to it.
 If you find a bug or missing feature, you can let us know by filing a report in
 our issue tracker (https://gitlab.gnome.org/World/planner/-/issues).
 
-See http://wiki.gnome.org/Apps/Planner for more information.
+See https://wiki.gnome.org/Apps/Planner for more information.
 
 You can download the latest tarball from the GNOME mirroring service:
 
@@ -71,5 +71,5 @@ Simple install procedure:
   $ ninja -C build install             # install planner
 
 More detailed installation instructions can be found at
-http://wiki.gnome.org/Apps/Planner
+https://wiki.gnome.org/Apps/Planner
 
diff --git a/data/stylesheets/planner2html.xsl b/data/stylesheets/planner2html.xsl
index 6909b302..4f33253c 100644
--- a/data/stylesheets/planner2html.xsl
+++ b/data/stylesheets/planner2html.xsl
@@ -201,7 +201,7 @@
   <div class="footer">
     <div>
       <xsl:value-of select="I18N:gettext('This file was generated by')"/>&nbsp;
-      <a href="http://live.gnome.org/Planner/"; style="text-decoration: underline;">Planner</a>
+      <a href="https://wiki.gnome.org/Apps/Planner"; style="text-decoration: underline;">Planner</a>
     </div>
   </div>
 </xsl:template>
diff --git a/docs/user-guide/C/planner.xml b/docs/user-guide/C/planner.xml
index 1a7e7b7c..03a8fc55 100644
--- a/docs/user-guide/C/planner.xml
+++ b/docs/user-guide/C/planner.xml
@@ -2116,7 +2116,7 @@ type <command>&cmd; --help</command>, then press <keycap>Return</keycap>.</para>
     <para> &app; is maintained by Imendio and GNOME community volunteers.
       To find more information about
       &app;, please visit the
-      <ulink url="http://live.gnome.org/Planner"; type="http">&app; 
+      <ulink url="https://wiki.gnome.org/Apps/Planner"; type="http">&app; 
       Web site</ulink>, where you can find information about subscribing
       to the mailing list, searching the list archive, status of current
       development efforts, and additional documentation.
diff --git a/installer/planner-installer.nsi b/installer/planner-installer.nsi
index 4ec3431d..21409f5e 100644
--- a/installer/planner-installer.nsi
+++ b/installer/planner-installer.nsi
@@ -67,7 +67,7 @@ SetDateSave on
   !define MUI_FINISHPAGE_RUN                   "$INSTDIR\bin\planner.exe"
   !define MUI_FINISHPAGE_RUN_NOTCHECKED
   !define MUI_FINISHPAGE_LINK                  $(PLANNER_FINISH_VISIT_WEB_SITE)
-  !define MUI_FINISHPAGE_LINK_LOCATION          "http://live.gnome.org/Planner/";
+  !define MUI_FINISHPAGE_LINK_LOCATION          "https://wiki.gnome.org/Apps/Planner";
 
 ;--------------------------------
 ;Pages
diff --git a/src/planner-window.c b/src/planner-window.c
index cb04dde1..26d1d6ab 100644
--- a/src/planner-window.c
+++ b/src/planner-window.c
@@ -1178,7 +1178,7 @@ window_about_cb (GtkAction *action,
                               "authors", authors,
                               "documenters", documenters,
                               "translator-credits", _("translator-credits"),
-                              "website", "http://live.gnome.org/Planner";,
+                              "website", "https://wiki.gnome.org/Apps/Planner";,
                               "website-label", _("The Planner Homepage"),
                               "logo", pixbuf,
                               NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]