diff --git a/README b/README index 7b6f25967f0..3596b8b587e 100644 --- a/README +++ b/README @@ -53,7 +53,7 @@ HELP US -- Please submit bug reports using the QGIS bug tracker at: SUPPORT - You can get support in the following ways: 1. Using the QGIS community site at http://qgis.org 2. Joining the qgis-users mailing list at: - http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user + http://lists.osgeo.org/mailman/listinfo/qgis-user 3. Using IRC by joining the #qgis channel on irc.freenode.net. Please wait around for a response to your question as many folks on the channel are doing other things and it may take a diff --git a/src/app/qgsabout.cpp b/src/app/qgsabout.cpp index 1570dd15427..4c0506404e2 100644 --- a/src/app/qgsabout.cpp +++ b/src/app/qgsabout.cpp @@ -225,7 +225,7 @@ void QgsAbout::on_listBox1_currentItemChanged(QListWidgetItem *theItem) void QgsAbout::on_btnQgisUser_clicked() { // find a browser - QString url = "http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user"; + QString url = "http://lists.osgeo.org/mailman/listinfo/qgis-user"; openUrl(url); }