2 parents 4acdb01 + 6c439ca commit 6716f8eCopy full SHA for 6716f8e
1 file changed
common/src/main/java/com/joker/rxweather/common/Constants.java
@@ -12,7 +12,7 @@ public class Constants {
12
public static final String FORECAST_BASE_URL = "https://api.heweather.com/x3";
13
public static final String ICON_URL = "http://files.heweather.com/cond_icon/";
14
15
- public static final String J_URL = "http://www.jianshu.com/users/df40282480b4/latest_articles";
+ public static final String J_URL = "https://github.com/SmartDengg/RxWeather";
16
17
public static final int LOCATION_TAG = 0;
18
public static final int FORECAST_TAG = 1;
0 commit comments