udacity / ud843-QuakeReport

Discover earthquake activity around the world.
Other
343 stars 1.17k forks source link

Updating URL in EarthquakeActivity.java #77

Closed Kvaibhav01 closed 7 years ago

Kvaibhav01 commented 7 years ago

Line 44-48 of the Java code has been edited from:

private static final String USGS_REQUEST_URL = "http://earthquake.usgs.gov/fdsnws/event/1/query"; to private static final String USGS_REQUEST_URL ="https://earthquake.usgs.gov/fdsnws/event/1/query";