Skip to content

Commit e6fc5e7

Browse files
author
rduivenvoorde
committedJul 8, 2008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ HELP US -- Please submit bug reports using the QGIS bug tracker at:
5353
SUPPORT - You can get support in the following ways:
5454
1. Using the QGIS community site at http://qgis.org
5555
2. Joining the qgis-users mailing list at:
56-
http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
56+
http://lists.osgeo.org/mailman/listinfo/qgis-user
5757
3. Using IRC by joining the #qgis channel on irc.freenode.net.
5858
Please wait around for a response to your question as many
5959
folks on the channel are doing other things and it may take a

‎src/app/qgsabout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ void QgsAbout::on_listBox1_currentItemChanged(QListWidgetItem *theItem)
225225
void QgsAbout::on_btnQgisUser_clicked()
226226
{
227227
// find a browser
228-
QString url = "http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user";
228+
QString url = "http://lists.osgeo.org/mailman/listinfo/qgis-user";
229229
openUrl(url);
230230
}
231231

0 commit comments

Comments
 (0)
Please sign in to comment.