From 890a64f99c79bb3a821ff59b32989bafd3e7a1bd Mon Sep 17 00:00:00 2001 From: Ryan McNally Date: Mon, 16 Oct 2023 09:33:38 +0100 Subject: [PATCH] Link fix (#586) * fixed link * fixed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d123487233..f644aa390c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Testing framework This project provides a framework in which the flow of data in a system can be modelled. This model can then be used to drive testing, both of the complete system and of subsystems in isolation. -These tests produce a rich execution report, [for example](https://mastercard.github.io/flow/execution/latest/example/app-itest/target/mctf/latest/index.html). +These tests produce a rich execution report, [for example](https://mastercard.github.io/flow/execution/latest/app-itest/target/mctf/latest/index.html). [This document describes the motivations for this approach](doc/src/main/markdown/motivation/index.md).