From 664ad05beca129845a2a71b508dc532bbe2be45b Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 25 Jan 2020 13:42:55 +0100 Subject: [PATCH] Update references and links to ICDs --- src/core/system_parameters/gps_cnav_iono.h | 2 +- src/core/system_parameters/gps_utc_model.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/system_parameters/gps_cnav_iono.h b/src/core/system_parameters/gps_cnav_iono.h index a79e8dc36..1d9880452 100644 --- a/src/core/system_parameters/gps_cnav_iono.h +++ b/src/core/system_parameters/gps_cnav_iono.h @@ -37,7 +37,7 @@ /*! - * \brief This class is a storage for the GPS IONOSPHERIC data as described in IS-GPS-200H + * \brief This class is a storage for the GPS IONOSPHERIC data as described in IS-GPS-200K * * See https://www.gps.gov/technical/icwg/IS-GPS-200K.pdf Appendix III */ diff --git a/src/core/system_parameters/gps_utc_model.h b/src/core/system_parameters/gps_utc_model.h index 5b324dc83..568a901c2 100644 --- a/src/core/system_parameters/gps_utc_model.h +++ b/src/core/system_parameters/gps_utc_model.h @@ -38,7 +38,7 @@ /*! * \brief This class is a storage for the GPS UTC MODEL data as described in IS-GPS-200K * - * See http://www.gps.gov/technical/icwg/IS-GPS-200K.pdf Appendix II + * See https://www.gps.gov/technical/icwg/IS-GPS-200K.pdf Appendix II */ class Gps_Utc_Model {