File tree 2 files changed +3
-3
lines changed
ember/app/templates/tracking
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
</li >
24
24
<li >
25
25
<b >{{ t " tracking.lt24-clients" }} :</b ><br >
26
- {{ t " tracking.lt24-description" htmlSafe =true livetrack24 = (html-safe " <a href=\" http ://www.livetrack24.com/docs/wiki/LiveTracking%20API \" >LiveTrack24</a>" ) skylines = (html-safe " <code>skylines.aero</code>" )}}
26
+ {{ t " tracking.lt24-description" htmlSafe =true livetrack24 = (html-safe " <a href=\" https ://www.livetrack24.com/docs/api \" >LiveTrack24</a>" ) skylines = (html-safe " <code>skylines.aero</code>" )}}
27
27
</li >
28
28
</ul >
29
29
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ def track():
208
208
"""
209
209
LiveTrack24 tracking API
210
210
211
- see: http ://www.livetrack24.com/wiki/LiveTracking%20API
211
+ see: https ://www.livetrack24.com/docs/api
212
212
"""
213
213
214
214
# Read and check the request type
@@ -235,7 +235,7 @@ def client():
235
235
"""
236
236
LiveTrack24 tracking API
237
237
238
- see: http ://www.livetrack24.com/wiki/LiveTracking%20API
238
+ see: https ://www.livetrack24.com/docs/api
239
239
"""
240
240
241
241
# Read and check the request type
You can’t perform that action at this time.
0 commit comments