Skip to content

Commit ac1c9f9

Browse files
committed
Change HTTPS link to HTTP since mlgtraffic.net does not support https
1 parent e8767fa commit ac1c9f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Hyperrail/src/main/res/xml/pref_general.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
<Preference android:title="@string/pref_mlgtraffic">
167167
<intent
168168
android:action="android.intent.action.VIEW"
169-
android:data="https://www.mlgtraffic.net/"/>
169+
android:data="http://www.mlgtraffic.net/"/>
170170
</Preference>
171171
</PreferenceCategory>
172172
</PreferenceScreen>

0 commit comments

Comments
 (0)