File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ember/app/templates/tracking Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 </li >
2424 <li >
2525 <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>" )}}
2727 </li >
2828 </ul >
2929
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ def track():
208208 """
209209 LiveTrack24 tracking API
210210
211- see: http ://www.livetrack24.com/wiki/LiveTracking%20API
211+ see: https ://www.livetrack24.com/docs/api
212212 """
213213
214214 # Read and check the request type
@@ -235,7 +235,7 @@ def client():
235235 """
236236 LiveTrack24 tracking API
237237
238- see: http ://www.livetrack24.com/wiki/LiveTracking%20API
238+ see: https ://www.livetrack24.com/docs/api
239239 """
240240
241241 # Read and check the request type
You can’t perform that action at this time.
0 commit comments