Index: src/org/openstreetmap/josm/actions/AboutAction.java
===================================================================
--- src/org/openstreetmap/josm/actions/AboutAction.java	(revision 146)
+++ src/org/openstreetmap/josm/actions/AboutAction.java	(revision 148)
@@ -69,7 +69,9 @@
 		info.add(new JLabel(tr("Java Version {0}",System.getProperty("java.version"))), GBC.eop());
 		info.add(new JLabel(tr("Homepage")), GBC.std().insets(0,0,10,0));
-		info.add(new UrlLabel("http://wiki.eigenheimstrasse.de/wiki/JOSM"), GBC.eol());
+		info.add(new UrlLabel("http://josm.eigenheimstrasse.de"), GBC.eol());
 		info.add(new JLabel(tr("Bug Reports")), GBC.std().insets(0,0,10,0));
-		info.add(new UrlLabel("http://trac.openstreetmap.org"), GBC.eol());
+		info.add(new UrlLabel("http://josm.eigenheimstrasse.de/newticket"), GBC.eol());
+		info.add(new JLabel(tr("News about JOSM")), GBC.std().insets(0,0,10,0));
+		info.add(new UrlLabel("http://www.opengeodata.org/?cat=17"), GBC.eol());
 
 
