Skip to content

Commit

Permalink
Removes /nomenclature from qisis FeatureNomenclature (#4030)
Browse files Browse the repository at this point in the history
  • Loading branch information
evindunn authored Sep 28, 2020
1 parent 0a96d6d commit e8db0eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace Isis {

m_request = new QNetworkRequest;
m_request->setUrl(
QUrl("https://planetarynames.wr.usgs.gov/nomenclature/SearchResults"));
QUrl("https://planetarynames.wr.usgs.gov/SearchResults"));
m_request->setRawHeader("User-Agent",
"Mozilla/5.0 (X11; Linux i686; rv:6.0) "
"Gecko/20100101 Firefox/6.0");
Expand Down

0 comments on commit e8db0eb

Please sign in to comment.