Update source code url to new location
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 17:21:21 +0000 (18:21 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 17:21:21 +0000 (18:21 +0100)
app/src/main/res/values/strings.xml

index b5b8518..19aef7d 100644 (file)
     <string name="uri_api_weather_today">http://api.openweathermap.org/data/{0}/weather?lat={1}&amp;lon={2}&amp;cnt=1</string>
     <string name="uri_api_weather_forecast">http://api.openweathermap.org/data/{0}/forecast/daily?lat={1}&amp;lon={2}&amp;cnt={3}&amp;mode=json</string>
     <string name="api_version">2.5</string>
-    <string name="application_source_code_url">https://github.com/gumartinm/JavaForFun/tree/master/Android/WeatherInformation</string>
+    <string name="application_source_code_url">https://github.com/gumartinm/AndroidWeatherInformation</string>
     <string name="my_url">http://gumartinm.name</string>
     <string name="openweathermap_url">http://openweathermap.org/</string>
     <string name="http_client_agent">Android WeatherInformation Agent</string>