From 15ed9f606b8ff1bd2f3913dabb2535675d463f1e Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Wed, 3 Jul 2019 09:35:30 +0200 Subject: [PATCH] (chore) fix links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20f6f68..9f01900 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Validator -The validator is an XML validation-engine. It validates XML documents against XML Schema and Schematron Rules depending on self defined [scenarios](docs/configurations) which are used to fully configure the validation process. +The validator is an XML validation-engine. It validates XML documents against XML Schema and Schematron Rules depending on self defined [scenarios](docs/configurations.md) which are used to fully configure the validation process. The validator always outputs a [validation report in XML](docs/configurations.md#validators-report) including all validation errors and data about the validation. ## Packages @@ -27,7 +27,7 @@ The validator distribution contains the following artifacts: The validator is just an engine and does not know anything about XML Documents and has no own validation rules. -Validation rules and details are defined in [validation scenarios](docs/configurations) which are used to fully configure the validation process. +Validation rules and details are defined in [validation scenarios](docs/configurations.md) which are used to fully configure the validation process. All configurations are self-contained modules and deployed on their own. @@ -64,7 +64,7 @@ You can more CLI options by java -jar validationtool--standalone.jar --help ``` -A concrete example with a specific validator configuration can be found on [GitHub](https://github.com/itplr-kosit/validator-configuration-xrechnung +A concrete example with a specific validator configuration can be found on [GitHub](https://github.com/itplr-kosit/validator-configuration-xrechnung) ### Daemon-Mode