Skip to content

Commit

Permalink
fixed links (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealryan authored Sep 25, 2024
1 parent c60770b commit 3ac25af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion doc/src/main/markdown/motivation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3ac25af

Please sign in to comment.