Skip to content

Commit 3fb7379

Browse files
authored
docs(livetrack24): fix link to live tracking api (#2495)
According to their new docs, the current referenced link is for a deprecated api
1 parent ce68ee2 commit 3fb7379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ember/app/templates/tracking/info.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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

skylines/frontend/views/livetrack24.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)