Index: /trunk/src/MainFrame.cpp
===================================================================
--- /trunk/src/MainFrame.cpp	(revision 137)
+++ /trunk/src/MainFrame.cpp	(revision 138)
@@ -391,5 +391,5 @@
 {
 	
-	wxString link = wxT("http://openyahtzee.sourceforge.net/update.php?version=");
+	wxString link = wxT("http://openyahtzee.sourceforge.net/download/check-for-updates/");
 	
 	link += wxT(OY_VERSION);
@@ -406,5 +406,5 @@
 void MainFrame::OnSendComment (wxCommandEvent& event)
 {
-	wxString link = wxT("http://openyahtzee.sourceforge.net/feedback.php");
+	wxString link = wxT("http://openyahtzee.sourceforge.net/feedback/");
 	
 	LaunchBrowser(link);
@@ -1156,14 +1156,4 @@
 	}
 
-	if (m_settingsdb->GetKey("openyahtzeehomepage") == "") {
-		m_settingsdb->SetKey("openyahtzeehomepage", "http://openyahtzee.sourceforge.net/");
-	}
-
-	if (m_settingsdb->GetKey("updateurl") == "") {
-		/*the version string will be appended in the end of the
-		  given url */
-		m_settingsdb->SetKey("updateurl", "http://openyahtzee.sourceforge.net/update.php?version=");
-	}
-	
 	return 1;
 }
