diff --git a/src/main/lemondronor/advisorycircular.cljs b/src/main/lemondronor/advisorycircular.cljs index 15fef8f..41994b7 100644 --- a/src/main/lemondronor/advisorycircular.cljs +++ b/src/main/lemondronor/advisorycircular.cljs @@ -238,7 +238,7 @@ (defn ac-desc [ac] - (str (:icao ac) " " "http://tar1090.adsbexchange.com/?icao=" (:icao ac) + (str (:icao ac) " " "http://globe.adsbexchange.com/?icao=" (:icao ac) " " (:lat ac) " " (:lon ac) " " (:registration ac) " " (:alt ac) " " (:curviness ac) " " (:normalized-curviness ac)))