Ref T199, help page URL

This commit is contained in:
Klaus Basan
2017-12-25 13:10:38 +01:00
parent 9ec3d69eaa
commit 6242111fda

View File

@@ -52,7 +52,7 @@ namespace BlackCore
// spare: "https://vatsim-germany.org:50443/datastore/shared"
m_newsUrls = CUrlList({ "http://swift-project.org/" });
m_onlineHelpUrls = CUrlList({ "help.swift-project.org/" });
m_onlineHelpUrls = CUrlList({ "https://datastore.swift-project.org/page/swifthelpdispatcher.html" });
m_mapUrls = CUrlList({ "map.swift-project.org/" });
m_ncepGlobalForecastSystemUrl = CUrl("http://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_0p50.pl");
}