From 8bbfaaeef717696884fc49a72a053083901324c5 Mon Sep 17 00:00:00 2001 From: Ryan McNally Date: Thu, 12 Oct 2023 16:45:18 +0100 Subject: [PATCH] more useful link destination --- doc/src/main/markdown/quickstart.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/doc/src/main/markdown/quickstart.md b/doc/src/main/markdown/quickstart.md index 22bf8f6f1e..907724d4bf 100644 --- a/doc/src/main/markdown/quickstart.md +++ b/doc/src/main/markdown/quickstart.md @@ -279,13 +279,7 @@ Stream checks() { Run the test - it should pass. -If you'd prefer to use jUnit4, then [`validation-junit4` is also available][junit4.Validator]. - - - -[junit4.Validator]: ../../../../validation/validation-junit4/src/main/java/com/mastercard/test/flow/validation/junit4/Validator.java - - +If you'd prefer to use jUnit4, then [`validation-junit4` is also available](../../../../validation/validation-junit4). ## Asserting the model against the system @@ -341,12 +335,7 @@ The `behaviour()` is where you define the test actions. The behaviour defined he Run the test - it should pass. Try changing the message values in the flows or the system behaviour to provoke a failure. -If you'd prefer to use jUnit4, then [`assert-junit4` is also available][junit4.Flocessor]. - - -[junit4.Flocessor]: ../../../../assert/assert-junit4/src/main/java/com/mastercard/test/flow/assrt/junit4/Flocessor.java - - +If you'd prefer to use jUnit4, then [`assert-junit4` is also available](../../../../assert/assert-junit4). ## Conclusion