diff --git a/doc/source/source_rst/software/installation.rst b/doc/source/source_rst/software/installation.rst
index 8a1a93c10531c9b2af75806642d9ce626a75c6fa..cdf9387eb9b236356875f83a8f9956a34068dbcb 100644
--- a/doc/source/source_rst/software/installation.rst
+++ b/doc/source/source_rst/software/installation.rst
@@ -3,11 +3,11 @@ Getting started
 
 Step 1: Set up the Raspberry Pi
 ===============================
-First, install an operating system on the Raspberry Pi by following the official `instructions <https://www.raspberrypi.com/documentation/computers/getting-started.html#install-an-operating-system>`
+First, install an operating system on the Raspberry Pi by following the official `instructions <https://www.raspberrypi.com/documentation/computers/getting-started.html#install-an-operating-system>`_
 
 Then connect to the Raspberry Pi either via ssh or using an external monitor.
 
-For all questions related to Raspberry Pi operations, please refer to the official `ocumentation <https://www.raspberrypi.com/documentation/>`
+For all questions related to Raspberry Pi operations, please refer to the official `ocumentation <https://www.raspberrypi.com/documentation/>`_
 
 Step 2: Clone the OhmPi project
 ===============================
diff --git a/doc/source/source_rst/software/operations/loggers.rst b/doc/source/source_rst/software/operations/loggers.rst
index 249956ce07adc83b614b7a754c333f62e176482d..a052b110058bcd0a5d9e68f8762789c635047c51 100644
--- a/doc/source/source_rst/software/operations/loggers.rst
+++ b/doc/source/source_rst/software/operations/loggers.rst
@@ -2,7 +2,7 @@ Loggers
 *******
 
 Loggers have been introduced in this release. They use the excellent logging python package.
-Specific handlers have been implemented for running with ohmpi.py (one for logging to an mqtt broker (see :ref:`IoT-interfaces` for more details) and one for creating zipped rotated logs on disk).
+Specific handlers have been implemented for running with ohmpi.py (one for logging to an mqtt broker (see :ref:`IoT-interface` for more details) and one for creating zipped rotated logs on disk).
 
 Two loggers have been defined. The first one is dedicated to log operations execution. It is named exec_logger. The second one, named data_logger, is dedicated to log data. A third one is planned to log the state of health (SOH) of the system in a future version.