diff --git a/src/02_product-documentation/architecture/c4-diagrams.tex b/src/02_product-documentation/architecture/c4-diagrams.tex
index ea6e7164a06a39850684a04929f4d27cee635a4f..3565c754ef2d1757e6defe0328fd49a69ed019e5 100644
--- a/src/02_product-documentation/architecture/c4-diagrams.tex
+++ b/src/02_product-documentation/architecture/c4-diagrams.tex
@@ -29,7 +29,7 @@
 
         Given the absence of a open-source and freely accessible alternative to the OpenAI text-to-speech model, the OpenAI model is currently employed for text-to-speech, even in the event that another assistant, such as the Mixtral assistant, is selected.
 
-    \subsection{Code diagram}\label{sec:src/product-documentation/architecture/c4-diagrams/code-diagram}
+    \subsection{Code diagram}\label{sec:product-documentation/architecture/c4-diagrams/code-diagram}
         \begin{figure}[H]
             \centering
             \includegraphics[width=\linewidth]{diagrams/architecture/c4/high_level_class_diagram.png}
diff --git a/src/02_product-documentation/architecture/project-architecture.tex b/src/02_product-documentation/architecture/project-architecture.tex
index 934726507a39061fe590ce2aa370e289a172b7d6..d4529096972b45bf1ef4b4b23a156fceb82a93c3 100644
--- a/src/02_product-documentation/architecture/project-architecture.tex
+++ b/src/02_product-documentation/architecture/project-architecture.tex
@@ -24,7 +24,7 @@
 
         The main.py sets up the API and handles the API calls.
         It mainly interacts with the \hyperref[sec:src/product-documentation/architecture/project-architecture/chatbot-project-structure/assistants-module-structure]{assistants}.
-        The \hyperref[sec:src/product-documentation/architecture/c4-diagrams/code-diagram]{code diagrams} provide an overview of these interactions.
+        The \hyperref[sec:product-documentation/architecture/c4-diagrams/code-diagram]{code diagrams} provide an overview of these interactions.
 
         The assistants module contains all of the logic associated with the assistants.
         The section on the \hyperref[sec:src/product-documentation/architecture/project-architecture/chatbot-project-structure/assistants-module-structure]{assistants structure} offers a more detailed analysis of the module's structure.