From 2e16883cc94b1f79f8a1382331424a11e7bc540c Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Wed, 19 May 2021 12:20:07 +0200 Subject: [PATCH] fix link --- docs/architecture.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index 18eb16c..73ded1e 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -1,9 +1,10 @@ # General Architecture -The validator itself is just an engine which executes validation according to a certain configuration (see [configuration documentation](docs/configurations.md)). +The validator itself is just an engine which executes validation according to a certain configuration ( +see [configuration documentation](configurations.md)). -The validator takes a scenario.xml and the configured directory with all artifacts necessary for validation (scenario repository). Then it performs -the validation and generates a report in XML format. This report is then the input to an XSLT provided by the configuration. +The validator takes a scenario.xml and the configured directory with all artifacts necessary for validation (scenario repository). Then it +performs the validation and generates a report in XML format. This report is then the input to an XSLT provided by the configuration. ## Separation of concerns