Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 64a6e1a5 authored by Eugene's avatar Eugene
Browse files

Fix forecast link

parent e5e2b6bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public class Constants {
            "http://play.google.com/store/apps/details?id=%s";
    public static final String F_DROID_WEB_URI = "https://f-droid.org/repository/browse/?fdid=%s";
    public static final String WEATHER_ENDPOINT = "http://api.openweathermap.org/data/2.5/weather";
    public static final String WEATHER_FORECAST_ENDPOINT = "http://api.openweathermap.org/data/2.5/forecast/daily/";
    public static final String WEATHER_FORECAST_ENDPOINT = "http://api.openweathermap.org/data/2.5/forecast/daily";

    public static final String BITCOIN_ADDRESS = "16rSzigYf3roULrPuMFe6mb5xxHE3iZspM";