From 2552596eb4db43b120c6e94a73414bfc99888162 Mon Sep 17 00:00:00 2001
From: Andri Joos <andri@joos.io>
Date: Tue, 11 Jun 2024 22:18:47 +0200
Subject: [PATCH] fix wrong label for code diagrams

---
 src/02_product-documentation/architecture/c4-diagrams.tex       | 2 +-
 .../architecture/project-architecture.tex                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/02_product-documentation/architecture/c4-diagrams.tex b/src/02_product-documentation/architecture/c4-diagrams.tex
index ea6e716..3565c75 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 9347265..d452909 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.
-- 
GitLab