From 3fb737972a046e86c366e549de288a3f325b0040 Mon Sep 17 00:00:00 2001 From: Dahlmo Date: Tue, 15 Aug 2023 11:09:59 +0200 Subject: [PATCH] docs(livetrack24): fix link to live tracking api (#2495) According to their new docs, the current referenced link is for a deprecated api --- ember/app/templates/tracking/info.hbs | 2 +- skylines/frontend/views/livetrack24.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ember/app/templates/tracking/info.hbs b/ember/app/templates/tracking/info.hbs index dddef91920..d3beecaff8 100644 --- a/ember/app/templates/tracking/info.hbs +++ b/ember/app/templates/tracking/info.hbs @@ -23,7 +23,7 @@
  • {{t "tracking.lt24-clients"}}:
    - {{t "tracking.lt24-description" htmlSafe=true livetrack24=(html-safe "LiveTrack24") skylines=(html-safe "skylines.aero")}} + {{t "tracking.lt24-description" htmlSafe=true livetrack24=(html-safe "LiveTrack24") skylines=(html-safe "skylines.aero")}}
  • diff --git a/skylines/frontend/views/livetrack24.py b/skylines/frontend/views/livetrack24.py index 11c994778d..42545266f5 100644 --- a/skylines/frontend/views/livetrack24.py +++ b/skylines/frontend/views/livetrack24.py @@ -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 @@ -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