From 6cbe16ea9760871c55fb5152e78228c8362bcd5d Mon Sep 17 00:00:00 2001 From: Luca Di Sera Date: Thu, 9 Sep 2021 15:20:51 +0200 Subject: Doc: Correct a broken link about GPS's accuracy The site containing the link has been down since at least 2017 and its author seems to be enjoying his retirement. As it is not expected that the site will be online again or that its content will be moved to a different location, the link was substituted with one from Internet Archive's The Wayback Machine. To ease the reading of the paragraph, the `\l` command was given a link-text argument referencing the content of the website page. Task-number: QTBUG-96127 Pick-to: 6.2 Change-Id: I3ee26fa3bac795ae03a202c3de0e6c157b4ee074 Reviewed-by: Paul Wicking --- src/positioning/qnmeapositioninfosource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/positioning/qnmeapositioninfosource.cpp b/src/positioning/qnmeapositioninfosource.cpp index 7feaadfe..91f72241 100644 --- a/src/positioning/qnmeapositioninfosource.cpp +++ b/src/positioning/qnmeapositioninfosource.cpp @@ -794,7 +794,7 @@ QNmeaPositionInfoSource::~QNmeaPositionInfoSource() The true UERE value is calculated from multiple error sources including errors introduced by the satellites and signal propogation delays through the atmosphere as well as errors introduced by the receiving GPS equipment. For details on GPS accuracy see - \l {http://edu-observatory.org/gps/gps_accuracy.html}. + \l {https://web.archive.org/web/20161212144906if_/http://edu-observatory.org/gps/gps_accuracy.html} {Sam J. Wormley, GPS Errors & Estimating Your Reveiver's Accuracy}. A typical value for UERE is approximately 5.1. -- cgit v1.2.1