Skip to content

Commit 131b9f4

Browse files
fix: the java Quickstart images update (#696)
* feat(docs): Update scroll-to-top icon color for visibility (#673) Signed-off-by: kenk999 <[email protected]> * fix the keploy issue Signed-off-by: Pratik Mahalle <[email protected]> * fix: update the images in golang Signed-off-by: Pratik Mahalle <[email protected]> * fix: update the images in golang Signed-off-by: Pratik Mahalle <[email protected]> * fix: add the images Signed-off-by: Pratik Mahalle <[email protected]> --------- Signed-off-by: kenk999 <[email protected]> Signed-off-by: Pratik Mahalle <[email protected]> Co-authored-by: Hifzaan <[email protected]>
1 parent 08d5466 commit 131b9f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

versioned_docs/version-3.0.0/quickstart/java-spring-boot-openhospital.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Prerequisites For Binary:
7575
keploy record -c "java -cp "target/openhospital-api-0.1.0.jar:rsc/:static/" org.springframework.boot.loader.launch.JarLauncher"
7676
```
7777

78-
<img src="/docs/img/Keploy-record-java.png" alt="Sample Keploy Record Java" width="100%" style={{ borderRadius: '5px' }} />
78+
<img src="/docs/img/keploy-record-java.png" alt="Sample Keploy Record Java" width="100%" style={{ borderRadius: '5px' }} />
7979

8080
## Start the frontend
8181

versioned_docs/version-3.0.0/quickstart/samples-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ mvn clean install -Dmaven.test.skip=true
232232
keploy record -c "docker compose up" --container-name javaApp --build-delay 100
233233
```
234234
235-
<img src="/docs/img/Keploy-record-docker-employee.png" alt="Sample Keploy Record Java" width="100%" style={{ borderRadius: '5px' }} />
235+
<img src="/docs/img/keploy-record-docker-employee.png" alt="Sample Keploy Record Java" width="100%" style={{ borderRadius: '5px' }} />
236236
237237
Now let's run a few tests to capture some more scenarios:
238238

0 commit comments

Comments
 (0)