Skip to content

Commit 00dc9d4

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsabout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ void QgsAbout::on_listBox1_currentItemChanged(QListWidgetItem *theItem)
142142
void QgsAbout::on_btnQgisUser_clicked()
143143
{
144144
// find a browser
145-
QString url = "http://lists.sourceforge.net/lists/listinfo/qgis-user";
145+
QString url = "http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user";
146146
openUrl(url);
147147
}
148148

0 commit comments

Comments
 (0)
Please sign in to comment.