From 3d7ff1716f302b85f74c233772a303852e5c4459 Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Tue, 13 Feb 2024 10:03:56 +0100
Subject: [PATCH] FIX: Link syntax

---
 src/doc/cfood.rst      | 2 +-
 src/doc/converters.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/doc/cfood.rst b/src/doc/cfood.rst
index c12e251d..07431af0 100644
--- a/src/doc/cfood.rst
+++ b/src/doc/cfood.rst
@@ -183,7 +183,7 @@ in a vairable with the same name (as it is the case for other Records).
 Transform Functions
 -------------------
 You can use transform functions to alter variable values that the crawler consumes (e.g. a string
-that was matched with a reg exp). See :doc:`Converter Documentation<converters.rst>`.
+that was matched with a reg exp). See :doc:`Converter Documentation<converters>`.
 
 You can define your own  transform functions by adding the the same way you add custom converters:
 
diff --git a/src/doc/converters.rst b/src/doc/converters.rst
index 8d3a1d5a..26dc287d 100644
--- a/src/doc/converters.rst
+++ b/src/doc/converters.rst
@@ -102,7 +102,7 @@ list valued property to the Report Record.
 
 There are a number of transform functions that are defined by default (see
 ``src/caoscrawler/default_transformers.yml``). You can define custom transform functions by adding
-them to the cfood definition (see :doc:`CFood Documentation<cfood.rst>`).
+them to the cfood definition (see :doc:`CFood Documentation<cfood>`).
 
 
 Standard Converters
-- 
GitLab