Skip to content

Commit

Permalink
docs(livetrack24): fix link to live tracking api (#2495)
Browse files Browse the repository at this point in the history
According to their new docs, the current referenced link is for a deprecated api
  • Loading branch information
dahlmo committed Aug 15, 2023
1 parent ce68ee2 commit 3fb7379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ember/app/templates/tracking/info.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</li>
<li>
<b>{{t "tracking.lt24-clients"}}:</b><br>
{{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>")}}
{{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>")}}
</li>
</ul>

Expand Down
4 changes: 2 additions & 2 deletions skylines/frontend/views/livetrack24.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def track():
"""
LiveTrack24 tracking API
see: http://www.livetrack24.com/wiki/LiveTracking%20API
see: https://www.livetrack24.com/docs/api
"""

# Read and check the request type
Expand All @@ -235,7 +235,7 @@ def client():
"""
LiveTrack24 tracking API
see: http://www.livetrack24.com/wiki/LiveTracking%20API
see: https://www.livetrack24.com/docs/api
"""

# Read and check the request type
Expand Down

0 comments on commit 3fb7379

Please sign in to comment.