diff --git a/docs/SETUP-and-Installation.md b/docs/SETUP-and-Installation.md index 8cb6d3b7..04860cc3 100644 --- a/docs/SETUP-and-Installation.md +++ b/docs/SETUP-and-Installation.md @@ -176,7 +176,7 @@ $ java ACL_APD_JAVA_OPTS -jar target/iudx.iudx.apd.acl.server-cluster-0.0.1-SNAP 2. Run the unit tests and generate a surefire report `mvn clean test-compile surefire:test surefire-report:report` 3. Jacoco reports are stored in `./target/` -4. A sample recording to execute unit test is available [here](unitTest.cast) and could be replayed using: +4. A sample recording to execute unit test is available [here](https://github.com/datakaveri/iudx-acl-apd/blob/main/unitTest.cast) and could be replayed using: `asciinema play unitTest.cast`