diff --git a/src/caosadvancedtools/table_json_conversion/convert.py b/src/caosadvancedtools/table_json_conversion/convert.py
index 1c84d0e2d01d22d7469d84e8f5c1fd18fd1d063b..beb7841a491424454b3d4a9f21ce8aae948d3a0d 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,