=== modified file 'Do.Platform.Linux/src/Do.Widgets/PluginAvailableDialog.cs'
--- Do.Platform.Linux/src/Do.Widgets/PluginAvailableDialog.cs	2009-06-29 08:51:18 +0000
+++ Do.Platform.Linux/src/Do.Widgets/PluginAvailableDialog.cs	2014-05-31 23:30:02 +0000
@@ -29,7 +29,7 @@
 		
 	public partial class PluginAvailableDialog : Gtk.Dialog
 	{		
-		const string WhatIsDoUrl = "http://do.davebsd.com/wiki/index.php?title=Main_Page#What_is_GNOME_Do.3F";
+		const string WhatIsDoUrl = "http://do.cooperteam.net/";
 		
 		Addin addin;
 		
@@ -75,4 +75,4 @@
 			prefs.Set (AbstractPackageManagerService.PluginAvailableKey, ask_chk.Active);
 		}		
 	}
-}
\ No newline at end of file
+}

=== modified file 'Do/src/Do.Core/Controller.cs'
--- Do/src/Do.Core/Controller.cs	2013-12-27 05:53:25 +0000
+++ Do/src/Do.Core/Controller.cs	2014-05-31 23:30:02 +0000
@@ -1011,11 +1011,11 @@
 			logo = "gnome-do.svg";
 
 			AboutDialog.Logo = IconProvider.PixbufFromIconName (logo, 140);
-			AboutDialog.Copyright = Catalog.GetString ("Copyright \xa9 2009 GNOME Do Developers");
+			AboutDialog.Copyright = Catalog.GetString ("Copyright \xa9 2014 GNOME Do Developers");
 			AboutDialog.Comments = Catalog.GetString ("Do things as quickly as possible\n" +
 				"(but no quicker) with your files, bookmarks,\n" +
 				"applications, music, contacts, and more!");
-			AboutDialog.Website = "http://do.davebsd.com/";
+			AboutDialog.Website = "http://do.cooperteam.net/";
 			AboutDialog.WebsiteLabel = Catalog.GetString ("Visit Homepage");
 			Gtk.AboutDialog.SetUrlHook((dialog, link) => Services.Environment.OpenUrl (link));
 			AboutDialog.IconName = "gnome-do";

=== modified file 'Do/src/Do.UI/ManagePluginsPreferencesWidget.cs'
--- Do/src/Do.UI/ManagePluginsPreferencesWidget.cs	2011-05-21 11:48:50 +0000
+++ Do/src/Do.UI/ManagePluginsPreferencesWidget.cs	2014-05-31 23:30:02 +0000
@@ -43,9 +43,6 @@
 	public partial class ManagePluginsPreferencesWidget : Bin, IConfigurable
 	{
 
-		const string WikiPage = "http://do.davebsd.com/wiki/{0}{1}";
-		const string PluginWikiPageFormat = "_Plugin";
-
 		PluginNodeView nview;
 		SearchEntry search_entry;
 
@@ -200,10 +197,10 @@
 					// plugin manifest files support a Url attribute, if this attribute is set we should
 					// use it instead of trying to guess the wiki page.
 					if (!string.IsNullOrEmpty (a.Description.Url))
+                    {
 						url = a.Description.Url;
-					url = string.Format (WikiPage, name, PluginWikiPageFormat);
-					
-					Services.Environment.OpenUrl (url);
+                        Services.Environment.OpenUrl (url);
+                    }
 				} catch (Exception e) {
 					Log.Debug (e.Message);
 					Log.Debug (e.StackTrace);

=== modified file 'Do/src/Do.UI/PreferencesWindow.cs'
--- Do/src/Do.UI/PreferencesWindow.cs	2009-06-28 05:25:57 +0000
+++ Do/src/Do.UI/PreferencesWindow.cs	2014-05-31 23:30:02 +0000
@@ -35,7 +35,7 @@
 	{
 
 		const int ManagePreferencesPreferencesPageIndex = 2;
-		const string HelpUrl = "http://do.davebsd.com/wiki/index.php?title=Using_Do";
+		const string HelpUrl = "https://answers.launchpad.net/do";
 
 		readonly IEnumerable<IConfigurable> Pages = new IConfigurable [] {
 			new GeneralPreferencesWidget (),

=== modified file 'HACKING'
--- HACKING	2009-01-20 18:43:51 +0000
+++ HACKING	2014-05-31 23:30:02 +0000
@@ -1,2 +1,2 @@
 For information on hacking on GNOME Do, see:
-	http://do.davebsd.com/development.shtml
+	http://do.cooperteam.net/development.shtml
