1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-11 21:03:07 +00:00

Update links (mainly from http to https, fix broken links)

This commit is contained in:
Carles Fernandez
2020-02-05 21:24:46 +01:00
parent e75a1f19d6
commit d6ec2a7b2c
104 changed files with 153 additions and 155 deletions

View File

@@ -4,7 +4,7 @@
* \author Anthony Arnold, 2015. anthony.arnold(at)uqconnect.edu.au
*
* This module contains logic taken from gr-omsosdr
* <http://git.osmocom.org/gr-osmosdr>
* <https://git.osmocom.org/gr-osmosdr>
* -------------------------------------------------------------------------
*
* Copyright (C) 2010-2019 (see AUTHORS file for a list of contributors)

View File

@@ -5,10 +5,10 @@
*
* The implementation of this block is a combination of various helpful
* sources. The data format and command structure is taken from the
* original Osmocom rtl_tcp_source_f (http://git.osmocom.org/gr-osmosdr).
* original Osmocom rtl_tcp_source_f (https://git.osmocom.org/gr-osmosdr).
* The aynchronous reading code comes from the examples provides
* by Boost.Asio and the bounded buffer producer-consumer solution is
* taken from the Boost.CircularBuffer examples (http://boost.org/).
* taken from the Boost.CircularBuffer examples (https://www.boost.org/).
*
* -------------------------------------------------------------------------
*