Skip to content

Commit

Permalink
Bugs fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
getkode committed Sep 12, 2013
1 parent 0f984b6 commit 58bc124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get_weather.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$data = file_get_contents($filename);

} else {
$data = file_get_contents("http://free.worldweatheronline.com/feed/weather.ashx?"
$data = file_get_contents("http://api.worldweatheronline.com/free/v1/weather.ashx?"
."q=". $location ."&"
."format=json&"
."num_of_days=". $_GET["days"] ."&"
Expand Down

0 comments on commit 58bc124

Please sign in to comment.