1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-06-28 08:02:58 +00:00

Update broken links

This commit is contained in:
Carles Fernandez 2020-02-01 13:57:10 +01:00
parent 2b3958dccb
commit 6c5a5c7aee
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
5 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@
/*! /*!
* \brief This class is a storage for the GALILEO ALMANAC data as described in GALILEO ICD * \brief This class is a storage for the GALILEO ALMANAC data as described in GALILEO ICD
* *
* See https://www.gsc-europa.eu/system/files/galileo_documents/Galileo_OS_SIS_ICD.pdf paragraph 5.1.10 * See https://www.gsc-europa.eu/sites/default/files/sites/all/files/Galileo-OS-SIS-ICD.pdf paragraph 5.1.10
*/ */
class Galileo_Almanac_Helper class Galileo_Almanac_Helper
{ {

View File

@ -52,7 +52,7 @@
/*! /*!
* \brief This class handles the Galileo F/NAV Data message, as described in the * \brief This class handles the Galileo F/NAV Data message, as described in the
* Galileo Open Service Signal in Space Interface Control Document (OS SIS ICD), Issue 1.2 (Nov 2015). * Galileo Open Service Signal in Space Interface Control Document (OS SIS ICD), Issue 1.2 (Nov 2015).
* See https://www.gsc-europa.eu/system/files/galileo_documents/Galileo_OS_SIS_ICD.pdf * See https://www.gsc-europa.eu/sites/default/files/sites/all/files/Galileo-OS-SIS-ICD.pdf
*/ */
class Galileo_Fnav_Message class Galileo_Fnav_Message
{ {

View File

@ -38,7 +38,7 @@
/*! /*!
* \brief This class is a storage for the GALILEO IONOSPHERIC data as described in Galileo ICD paragraph 5.1.6 * \brief This class is a storage for the GALILEO IONOSPHERIC data as described in Galileo ICD paragraph 5.1.6
* *
* See https://www.gsc-europa.eu/system/files/galileo_documents/Galileo_OS_SIS_ICD.pdf * See https://www.gsc-europa.eu/sites/default/files/sites/all/files/Galileo-OS-SIS-ICD.pdf
*/ */
class Galileo_Iono class Galileo_Iono
{ {

View File

@ -48,7 +48,7 @@
/*! /*!
* \brief This class handles the Galileo I/NAV Data message, as described in the * \brief This class handles the Galileo I/NAV Data message, as described in the
* Galileo Open Service Signal in Space Interface Control Document (OS SIS ICD), Issue 1.2 (Nov 2015). * Galileo Open Service Signal in Space Interface Control Document (OS SIS ICD), Issue 1.2 (Nov 2015).
* See https://www.gsc-europa.eu/system/files/galileo_documents/Galileo_OS_SIS_ICD.pdf * See https://www.gsc-europa.eu/sites/default/files/sites/all/files/Galileo-OS-SIS-ICD.pdf
*/ */
class Galileo_Navigation_Message class Galileo_Navigation_Message
{ {

View File

@ -38,7 +38,7 @@
/*! /*!
* \brief This class is a storage for the GALILEO UTC MODEL data as described in Galileo ICD * \brief This class is a storage for the GALILEO UTC MODEL data as described in Galileo ICD
* https://www.gsc-europa.eu/system/files/galileo_documents/Galileo_OS_SIS_ICD.pdf * https://www.gsc-europa.eu/sites/default/files/sites/all/files/Galileo-OS-SIS-ICD.pdf
* paragraph 5.1.7 * paragraph 5.1.7
*/ */
class Galileo_Utc_Model class Galileo_Utc_Model