diff --git a/_posts/2018-06-30-testing-software-receiver-2.md b/_posts/2018-06-30-testing-software-receiver-2.md index c8bad468..d180623c 100644 --- a/_posts/2018-06-30-testing-software-receiver-2.md +++ b/_posts/2018-06-30-testing-software-receiver-2.md @@ -900,7 +900,7 @@ The existing tests are also a source of examples on how to write tests. Please place your testing code in an adequate folder from the GNSS-SDR source tree: ``` -├── src +├── gnss-sdr │   ├── tests │   │   ├── CMakeLists.txt │   │   ├── common-files diff --git a/_sp-blocks/10-telemetry-decoder.md b/_sp-blocks/10-telemetry-decoder.md index 12888d9a..7e7702a8 100644 --- a/_sp-blocks/10-telemetry-decoder.md +++ b/_sp-blocks/10-telemetry-decoder.md @@ -622,7 +622,7 @@ The Protocol Buffers library allows to write listener applications in a wide range of programming languages. A very simple example written in C++ (an application that listens to a given port and dumps the retrieved messages in the terminal) using the `nav_message.proto` file is provided -[here](https://github.com/gnss-sdr/gnss-sdr/tree/next/src/utils/nav-listener/). +[here](https://github.com/gnss-sdr/gnss-sdr/tree/next/utils/nav-listener/). This example uses the [Boost libraries](https://www.boost.org/) to handle UDP communications with [Boost Asio](https://www.boost.org/doc/libs/1_77_0/doc/html/boost_asio.html).