[rhythmbox] Fix links to the website



commit 00a252e0e3af08fa3c3ca77d1f022cdb78eb32aa
Author: Mathieu Bridon <bochecha fedoraproject org>
Date:   Mon Jan 13 09:10:48 2014 +0800

    Fix links to the website
    
    The README file, as well as the « Rhythmbox Website » button inside the
    application are still pointing to the old http://www.gnome.org/projects,
    but everything was recently moved to the wiki.
    
    I'm completely dropping the paragraph about development in the README,
    because the information is already on the main wiki page.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722069

 README                 |    6 +-----
 shell/rb-application.c |    2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/README b/README
index f68da4b..cadde8f 100644
--- a/README
+++ b/README
@@ -8,17 +8,13 @@ internet radio, and more.
 Rhythmbox is free software, licensed under the GNU GPL.
 
 The official web site is:
-  http://www.gnome.org/projects/rhythmbox/
+  https://wiki.gnome.org/Apps/Rhythmbox
 
 Information about mailing lists can be found at:
   http://lists.gnome.org/mailman/listinfo/rhythmbox-devel
 
 Our IRC channel is #rhythmbox on GIMPnet (irc.gimp.org).
 
-Rhythmbox is developed primarily using gnome cvs. To get a copy
-of the latest development tree, see this web page:
-http://www.gnome.org/projects/rhythmbox/development.html
-
 Installation
 ============
 
diff --git a/shell/rb-application.c b/shell/rb-application.c
index 11945ad..68e7a5e 100644
--- a/shell/rb-application.c
+++ b/shell/rb-application.c
@@ -242,7 +242,7 @@ about_action_cb (GSimpleAction *action, GVariant *parameters, gpointer user_data
                               "copyright", "Copyright \xc2\xa9 2005 - 2012 The Rhythmbox authors\nCopyright 
\xc2\xa9 2003 - 2005 Colin Walters\nCopyright \xc2\xa9 2002, 2003 Jorn Baayen",
                               "license", license_trans,
                               "website-label", _("Rhythmbox Website"),
-                              "website", "http://www.gnome.org/projects/rhythmbox";,
+                              "website", "https://wiki.gnome.org/Apps/Rhythmbox";,
                               "comments", comment->str,
                               "authors", (const char **) authors,
                               "documenters", (const char **) documenters,


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