[gbrainy] Update web project's page location



commit 436c0773cf61c99d5917c8285c4b2930605234fc
Author: Jordi Mas <jmas softcatala org>
Date:   Sun Nov 24 16:46:06 2013 +0100

    Update web project's page location

 README                                       |    4 ++--
 RELEASE-PROCESS                              |    2 +-
 data/games.xml                               |    2 +-
 data/verbal_analogies.xml                    |    4 ++--
 help/C/gameplay.page                         |    2 +-
 src/Clients/Classical/Dialogs/AboutDialog.cs |    2 +-
 src/Clients/Classical/gbrainy.cs             |    2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/README b/README
index f41cc8f..47d6622 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 gbrainy README
 
 Please send questions and suggestions to
-http://live.gnome.org/gbrainy
+https://wiki.gnome.org/Apps/gbrainy
 
 gbrainy is licensed under the GPL, see COPYING for more details.
 
@@ -22,7 +22,7 @@ It provides the following types of games:
 
 ----
 
-gbrainy homepage is located at http://live.gnome.org/gbrainy.
+gbrainy homepage is located at https://wiki.gnome.org/Apps/gbrainy
 
 gbrainy is stored in GNOME GIT, in the gbrainy repository. 
 See http://git.gnome.org/browse/gbrainy/
diff --git a/RELEASE-PROCESS b/RELEASE-PROCESS
index 1bdfd3b..12a4a99 100644
--- a/RELEASE-PROCESS
+++ b/RELEASE-PROCESS
@@ -31,5 +31,5 @@ See tests/README
 
 * Update gbrainy releases page
 
-* Review developer's documentation http://live.gnome.org/gbrainy/Extending
+* Review developer's documentation https://wiki.gnome.org/Apps/gbrainy/Extending
 
diff --git a/data/games.xml b/data/games.xml
index 606d1fb..8160f82 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -5,7 +5,7 @@
                Authors:
                        Jordi Mas <jmas at softcatala dot org>
 
-               See: http://live.gnome.org/gbrainy/Extending for more details about how to use this file and 
its format.
+               See: https://wiki.gnome.org/Apps/gbrainy/Extending for more details about how to use this 
file and its format.
 
                You can also look at GameXmlFactory.cs source code file as reference.
 -->
diff --git a/data/verbal_analogies.xml b/data/verbal_analogies.xml
index d0003b1..119a0d4 100644
--- a/data/verbal_analogies.xml
+++ b/data/verbal_analogies.xml
@@ -7,7 +7,7 @@
                        Carlos Navarro <navarro37 at gmail dot com>
                        Jordi Mas <jmas at softcatala dot org>
 
-               See: http://live.gnome.org/gbrainy/Extending for more details about how to use this file and 
its format.
+               See: https://wiki.gnome.org/Apps/gbrainy/Extending for more details about how to use this 
file and its format.
 
                You can also look at GameXmlFactory.cs source code file as reference.
        -->
@@ -16,7 +16,7 @@
 
        <analogy>
                <!--
-                       Translators, please check these recommendations when translating gbrainy: 
http://live.gnome.org/gbrainy/Localizing
+                       Translators, please check these recommendations when translating gbrainy: 
https://wiki.gnome.org/Apps/gbrainy/Localizing
                -->
                <_question type = "MultipleOptions">Which of the following sports does not belong in this 
group?</_question>
                <_tip>Think of the items used in the game.</_tip>
diff --git a/help/C/gameplay.page b/help/C/gameplay.page
index dc5f8e6..394fe85 100644
--- a/help/C/gameplay.page
+++ b/help/C/gameplay.page
@@ -31,7 +31,7 @@
     You can choose different difficulty levels making <app>gbrainy</app> 
     enjoyable for kids, adults or senior citizens. It also features a game history, 
     personal records, tips and fullscreen mode support. <app>gbrainy</app> can also 
-    be <link href="http://live.gnome.org/gbrainy/Extending";>extended</link> easily 
+    be <link href="https://wiki.gnome.org/Apps/gbrainy/Extending";>extended</link> easily 
     with new games developed by third parties.
   </p>
   <p>
diff --git a/src/Clients/Classical/Dialogs/AboutDialog.cs b/src/Clients/Classical/Dialogs/AboutDialog.cs
index bc3831e..3c7d0e9 100644
--- a/src/Clients/Classical/Dialogs/AboutDialog.cs
+++ b/src/Clients/Classical/Dialogs/AboutDialog.cs
@@ -76,7 +76,7 @@ namespace gbrainy.Clients.Classical.Dialogs
                        Copyright = Defines.COPYRIGHT;
 
                        Comments = Catalog.GetString ("A brain teaser game for fun and to keep your brain 
trained.");
-                       Website = "http://live.gnome.org/gbrainy";;
+                       Website = "https://wiki.gnome.org/Apps/gbrainy";;
                        WebsiteLabel = Catalog.GetString ("gbrainy project web site");
                        TranslatorCredits = translators;
                        Artists = artists;
diff --git a/src/Clients/Classical/gbrainy.cs b/src/Clients/Classical/gbrainy.cs
index 6d250be..430f2f6 100644
--- a/src/Clients/Classical/gbrainy.cs
+++ b/src/Clients/Classical/gbrainy.cs
@@ -719,7 +719,7 @@ namespace gbrainy.Clients.Classical
 
                void OnExtending (object sender, EventArgs args)
                {
-                       Process.Start ("http://live.gnome.org/gbrainy/Extending";);
+                       Process.Start ("https://wiki.gnome.org/Apps/gbrainy/Extending";);
                }
 
                static void InitCoreLibraries ()


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