[gnome-boxes] Fix links to the GNOME wiki



commit 56846001fde74559c4bc740311a75bd508e6b02d
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Fri Dec 26 23:40:30 2014 +0000

    Fix links to the GNOME wiki
    
    Update links to use wiki.g.o instead of live.g.o and point the brand
    guidelines link to the right place
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742013

 README                              |    4 ++--
 README.logos                        |    2 +-
 configure.ac                        |    2 +-
 data/org.gnome.Boxes.appdata.xml.in |    2 +-
 src/app.vala                        |    2 +-
 src/unattended-installer.vala       |    2 +-
 src/vm-configurator.vala            |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/README b/README
index eda03cf..8779ee6 100644
--- a/README
+++ b/README
@@ -102,6 +102,6 @@ to be able to use simpler commands from there:
 3. References
 -------------
 
-* https://live.gnome.org/ThreePointThree/Features/Boxes
-* https://live.gnome.org/Design/Apps/Boxes
+* https://wiki.gnome.org/ThreePointThree/Features/Boxes
+* https://wiki.gnome.org/Design/Apps/Boxes
 
diff --git a/README.logos b/README.logos
index bc1f200..b3f2df0 100644
--- a/README.logos
+++ b/README.logos
@@ -39,7 +39,7 @@ and GNOME logo due to the fact that Boxes is part of it and use of a project's
 logo by project itself should not raise any legal concerns. For use of GNOME
 logo in other projects, please refer to:
 
-http://live.gnome.org/BrandGuidelines
+http://www.gnome.org/logo-and-trademarks/
 
 [2] For use in other projects, please read:
 
diff --git a/configure.ac b/configure.ac
index caf3de8..cd0c487 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([gnome-boxes],
         [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-boxes],
         [gnome-boxes],
-        [http://live.gnome.org/Boxes])
+        [https://wiki.gnome.org/Apps/Boxes])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
diff --git a/data/org.gnome.Boxes.appdata.xml.in b/data/org.gnome.Boxes.appdata.xml.in
index cc8a556..e8cd1d8 100644
--- a/data/org.gnome.Boxes.appdata.xml.in
+++ b/data/org.gnome.Boxes.appdata.xml.in
@@ -25,6 +25,6 @@
     <screenshot width="800" 
height="485">http://people.gnome.org/~zeeshanak/screenshots/gnome-boxes-collection.png</screenshot>
     <screenshot width="800" 
height="485">http://people.gnome.org/~zeeshanak/screenshots/gnome-boxes-selection.png</screenshot>
  </screenshots>
-  <url type="homepage">http://live.gnome.org/Apps/Boxes</url>
+  <url type="homepage">https://wiki.gnome.org/Apps/Boxes</url>
   <updatecontact>zeeshanak_at_src.gnome.org</updatecontact>
 </application>
diff --git a/src/app.vala b/src/app.vala
index 1875fc2..28e02ab 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -100,7 +100,7 @@ private class Boxes.App: Gtk.Application {
                                    "license-type", Gtk.License.LGPL_2_1,
                                    "logo-icon-name", "gnome-boxes",
                                    "version", Config.VERSION,
-                                   "website", "http://live.gnome.org/Boxes";,
+                                   "website", "https://wiki.gnome.org/Apps/Boxes";,
                                    "wrap-license", true);
         });
         add_action (action);
diff --git a/src/unattended-installer.vala b/src/unattended-installer.vala
index 87e4463..f6e06b5 100644
--- a/src/unattended-installer.vala
+++ b/src/unattended-installer.vala
@@ -94,7 +94,7 @@ private class Boxes.UnattendedInstaller: InstallerMedia {
         resources = media.resources;
 
         this.scripts = scripts;
-        config = new InstallConfig ("http://live.gnome.org/Boxes/unattended";);
+        config = new InstallConfig ("https://wiki.gnome.org/Boxes/unattended";);
 
         unattended_files = new GLib.List<UnattendedFile> ();
         secondary_unattended_files = new GLib.List<UnattendedFile> ();
diff --git a/src/vm-configurator.vala b/src/vm-configurator.vala
index 1b1fbe9..25cb515 100644
--- a/src/vm-configurator.vala
+++ b/src/vm-configurator.vala
@@ -9,7 +9,7 @@ private errordomain Boxes.VMConfiguratorError {
 
 private class Boxes.VMConfigurator {
     private const string BOXES_NS = "boxes";
-    private const string BOXES_NS_URI = "http://live.gnome.org/Boxes/";;
+    private const string BOXES_NS_URI = "https://wiki.gnome.org/Apps/Boxes/";;
     private const string BOXES_XML = "<gnome-boxes>%s</gnome-boxes>";
     private const string LIVE_STATE = "live";
     private const string INSTALLATION_STATE = "installation";


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