diff --git a/src/doc/cfood.rst b/src/doc/cfood.rst index c12e251d49e164a737b20e92e56e7b3e10149d4f..07431af0a9fb26e569be5d47f79d6a4f120df269 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 8d3a1d5a5e64db57eb169246e78a387d06694360..26dc287de0cff4190c30cd361ae7396653af1574 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