From 3ac25afb11615e3f40fc7d6cc4e048cb5db3fcb3 Mon Sep 17 00:00:00 2001 From: Ryan McNally Date: Wed, 25 Sep 2024 13:46:40 +0100 Subject: [PATCH] fixed links (#941) --- README.md | 2 +- doc/src/main/markdown/motivation/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d65a81c103..b3b9b08c3c 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/app-itest/target/mctf/latest/index.html). +These tests produce a rich execution report, [for example](https://mastercard.github.io/flow/static/app-itest/target/mctf/latest/index.html). [This document describes the motivations for this approach](doc/src/main/markdown/motivation/index.md). diff --git a/doc/src/main/markdown/motivation/index.md b/doc/src/main/markdown/motivation/index.md index 5e552dc076..e9d55778b6 100644 --- a/doc/src/main/markdown/motivation/index.md +++ b/doc/src/main/markdown/motivation/index.md @@ -204,6 +204,6 @@ While it is important that tests are automated, stable, quick and easy to run, a --- * [Project root](https://github.com/Mastercard/flow) - * [Example execution report](https://mastercard.github.io/flow/execution/latest/app-itest/target/mctf/latest/index.html) + * [Example execution report](https://mastercard.github.io/flow/static/app-itest/target/mctf/latest/index.html) * [Quickstart guide](../quickstart.md) * [Further reading](../further.md)