We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 23f380d commit 00dc9d4Copy full SHA for 00dc9d4
src/gui/qgsabout.cpp
@@ -142,7 +142,7 @@ void QgsAbout::on_listBox1_currentItemChanged(QListWidgetItem *theItem)
142
void QgsAbout::on_btnQgisUser_clicked()
143
{
144
// find a browser
145
- QString url = "http://lists.sourceforge.net/lists/listinfo/qgis-user";
+ QString url = "http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user";
146
openUrl(url);
147
}
148
0 commit comments