[gnome-weather] Consistently use the new website



commit cb1300f9dfd2036beace2fa1b11b00dc9cef249d
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Fri Dec 13 17:14:51 2013 +0100

    Consistently use the new website
    
    Refer to the Apps space, instead of the design page.

 configure.ac  |    2 +-
 src/window.js |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e626f13..827dfdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.63)
 AC_INIT([org.gnome.Weather.Application],[3.10.1],
        [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-weather],
        [gnome-weather],
-       [https://live.gnome.org/Design/Apps/Weather])
+       [https://wiki.gnome.org/Apps/Weather])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/window.js b/src/window.js
index 2c74718..b581681 100644
--- a/src/window.js
+++ b/src/window.js
@@ -305,7 +305,7 @@ const MainWindow = new Lang.Class({
               license_type: Gtk.License.GPL_2_0,
               logo_icon_name: 'org.gnome.Weather.Application',
               version: pkg.version,
-              website: 'https://live.gnome.org/Design/Apps/Weather',
+              website: 'https://wiki.gnome.org/Apps/Weather',
               wrap_license: true,
               modal: true,
               transient_for: this


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