From b303abef389704e77c58bedd2ce6d96f19c2bfed Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Tue, 7 Jan 2025 14:44:37 +0100
Subject: [PATCH] DOC: Fixed doc reference.

---
 src/caosadvancedtools/table_json_conversion/convert.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/caosadvancedtools/table_json_conversion/convert.py b/src/caosadvancedtools/table_json_conversion/convert.py
index 1c84d0e2..beb7841a 100644
--- a/src/caosadvancedtools/table_json_conversion/convert.py
+++ b/src/caosadvancedtools/table_json_conversion/convert.py
@@ -155,8 +155,9 @@ class ForeignError(KeyError):
 class XLSXConverter:
     """Class for conversion from XLSX to JSON.
 
-    For a detailed description of the required formatting of the XLSX files, see ``specs.md`` in the
-    documentation.
+    For a detailed description of the required formatting of the XLSX files, see ``specs.rst`` in
+    the documentation.
+
     """
     PARSER: dict[str, Callable] = {
         "string": str,
-- 
GitLab