Skip to content

Commit dd8f920

Browse files
authored
fix: broken image url
Signed-off-by: Animesh Pathak <[email protected]>
1 parent 9364e77 commit dd8f920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-2.0.0/quickstart/java-spring-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ docker run -e POSTGRES_USER=petclinic -e POSTGRES_PASSWORD=petclinic -e POSTGRES
106106
keploy record -c "java -jar target/spring-petclinic-rest-3.0.2.jar"
107107
```
108108

109-
<img src="/docs/img/pet-clinic-record.png" alt="Sample Keploy Test Result Node JWT" width="100%" style={{ borderRadius: '5px' }} />
109+
<img src="/docs/img/pet-record.png" alt="Sample Keploy Test Result Node JWT" width="100%" style={{ borderRadius: '5px' }} />
110110

111111
Now you can start interacting with the UI and Keploy will automatically create the testcases and mocks for it in a folder named 'keploy'.
112112

0 commit comments

Comments
 (0)