[gbrainy] Update project's URLs



commit 5e5909f273ea513da7db7f98f054a49675eea870
Author: Jordi Mas <jmas softcatala org>
Date:   Sun Jan 28 18:43:46 2018 +0100

    Update project's URLs

 README                                       |    4 ++--
 RELEASE-PROCESS                              |    2 +-
 data/gbrainy.appdata.xml.in                  |    2 +-
 data/verbal_analogies.xml                    |    4 ++--
 gbrainy.doap                                 |    2 +-
 help/C/gameplay.page                         |    2 +-
 src/Clients/Classical/Dialogs/AboutDialog.cs |    2 +-
 src/Clients/Classical/gbrainy.cs             |    2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/README b/README
index cc7f530..a3765ff 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
 gbrainy README
 
 Please send questions and suggestions to
-https://wiki.gnome.org/Apps/gbrainy
+https://wiki.gnome.org/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 https://wiki.gnome.org/Apps/gbrainy
+gbrainy homepage is located at https://wiki.gnome.org/gbrainy
 
 gbrainy is stored in GNOME GIT, in the gbrainy repository. 
 See https://git.gnome.org//browse/gbrainy/
diff --git a/RELEASE-PROCESS b/RELEASE-PROCESS
index 611a3e3..96c98c9 100644
--- a/RELEASE-PROCESS
+++ b/RELEASE-PROCESS
@@ -33,5 +33,5 @@ See tests/README
 
 * Update gbrainy releases page
 
-* Review developer's documentation https://wiki.gnome.org/Apps/gbrainy/Extending
+* Review developer's documentation https://wiki.gnome.org/gbrainy/Extending
 
diff --git a/data/gbrainy.appdata.xml.in b/data/gbrainy.appdata.xml.in
index 1b3d1bc..58f62d1 100644
--- a/data/gbrainy.appdata.xml.in
+++ b/data/gbrainy.appdata.xml.in
@@ -22,7 +22,7 @@
       <image>https://gent.softcatala.org/jmas/gbrainy/gbrainy-screenshot-appdata.png</image>
    </screenshot>
   </screenshots>
-  <url type="homepage">https://wiki.gnome.org/action/show/Apps/gbrainy/</url>
+  <url type="homepage">https://wiki.gnome.org/gbrainy</url>
   <url type="translate">https://wiki.gnome.org/TranslationProject</url>
   <update_contact>jmas_at_softcatala_dot_org</update_contact>
   <project_group>GNOME</project_group>
diff --git a/data/verbal_analogies.xml b/data/verbal_analogies.xml
index 705396f..d2b4b42 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: https://wiki.gnome.org/Apps/gbrainy/Extending for more details about how to use this 
file and its format.
+               See: https://wiki.gnome.org/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: 
https://wiki.gnome.org/Apps/gbrainy/Localizing
+                       Translators, please check these recommendations when translating gbrainy: 
https://wiki.gnome.org/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/gbrainy.doap b/gbrainy.doap
index 6f60e0f..1f24508 100644
--- a/gbrainy.doap
+++ b/gbrainy.doap
@@ -6,7 +6,7 @@
 
   <name xml:lang="en">gbrainy</name>
   <shortdesc xml:lang="en">A brain teaser game for fun and to keep your brain trained</shortdesc>
-  <homepage rdf:resource="https://wiki.gnome.org/Apps/gbrainy"; />
+  <homepage rdf:resource="https://wiki.gnome.org/gbrainy"; />
   <mailing-list rdf:resource="https://groups.google.com/group/gbrainy"; />
   <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gbrainy"; />
   <license rdf:resource="https://www.gnu.org/licenses/gpl-2.0.html"; />
diff --git a/help/C/gameplay.page b/help/C/gameplay.page
index c9ff87d..f4d77b9 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="https://wiki.gnome.org/Apps/gbrainy/Extending";>extended</link> easily 
+    be <link href="https://wiki.gnome.org/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 65ba1b8..3a98acb 100644
--- a/src/Clients/Classical/Dialogs/AboutDialog.cs
+++ b/src/Clients/Classical/Dialogs/AboutDialog.cs
@@ -74,7 +74,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 = "https://wiki.gnome.org/Apps/gbrainy";;
+                       Website = "https://wiki.gnome.org/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 9e32ea0..e2ec43a 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 ("https://wiki.gnome.org/Apps/gbrainy/Extending";);
+                       Process.Start ("https://wiki.gnome.org/gbrainy/Extending";);
                }
 
                static void InitCoreLibraries ()


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