From 7a00a55c8faba4ac69155434b0a5871433c6a949 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Thu, 13 Jan 2022 20:36:02 +0000 Subject: [PATCH] [Docs] Fix typos --- docs/admin/20_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/20_configuration.rst b/docs/admin/20_configuration.rst index 1fedb6f..7703e31 100644 --- a/docs/admin/20_configuration.rst +++ b/docs/admin/20_configuration.rst @@ -32,7 +32,7 @@ you can create such a user with something like: Configure database connection ----------------------------- -In the AlekSIS configuration file (cf. :ref:`core-configuraiton-files`, +In the AlekSIS configuration file (cf. :ref:`core-configuration-files`), you have to set the following settings: .. code-block:: toml @@ -99,7 +99,7 @@ How existing data is matched If there are already existing data in AlekSIS' database, the Untis import will always try to combine these data. The main data field used for this is the -``short name`` field (cf. :ref:`core-concept-group`. If the data were imported +``short name`` field (cf. :ref:`core-concept-group`). If the data were imported one time, each object in Chronos will save the respective ID from Untis to make sure that the data are properly updated at the next import. -- GitLab