[gnome-documents] Update the URL of the website



commit d56684dc1674ace538f24b18df4a496414c2fd79
Author: Alex Gibson <agibson1083 gmail com>
Date:   Mon Sep 30 12:06:16 2013 +0200

    Update the URL of the website
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708503

 README                  |    2 +-
 man/gnome-documents.xml |    2 +-
 src/mainWindow.js       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/README b/README
index 26c98a5..cad5c68 100644
--- a/README
+++ b/README
@@ -1,2 +1,2 @@
 Documents is a document manager application for GNOME.
-More information on https://live.gnome.org/Design/Apps/Documents
+More information on https://wiki.gnome.org/Apps/Documents
diff --git a/man/gnome-documents.xml b/man/gnome-documents.xml
index 65777a3..9d56bd0 100644
--- a/man/gnome-documents.xml
+++ b/man/gnome-documents.xml
@@ -61,6 +61,6 @@
                 <title>Additional Information</title>
 
                 <para>For further information, visit the website
-                <ulink 
url="http://live.gnome.org/GnomeDocuments";>http://live.gnome.org/GnomeDocuments</ulink>.</para>
+                <ulink 
url="https://wiki.gnome.org/Apps/Documents";>https://wiki.gnome.org/Apps/Documents</ulink>.</para>
         </refsect1>
 </refentry>
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 3e4bee1..224df7a 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -276,7 +276,7 @@ const MainWindow = new Lang.Class({
         aboutDialog.license_type = Gtk.License.GPL_2_0;
         aboutDialog.logo_icon_name = 'gnome-documents';
         aboutDialog.version = Config.PACKAGE_VERSION;
-        aboutDialog.website = 'http://live.gnome.org/GnomeDocuments';
+        aboutDialog.website = 'https://wiki.gnome.org/Apps/Documents';
         aboutDialog.wrap_license = true;
 
         aboutDialog.modal = true;


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