Skip to content

Commit 266c9e3

Browse files
committed
fix: broken images
Signed-off-by: Neha Gupta <gneha21@yahoo.in>
1 parent b0135ca commit 266c9e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

versioned_docs/version-3.0.0/quickstart/nextjs-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This will return the response:
8282
curl -X GET http://localhost:3000/api/users
8383
```
8484

85-
![Test Record](../../../../../static/img/nextjs-postgres-record.png)
85+
[//]: # (![Test Record]&#40;../../../../../static/img/nextjs-postgres-record.png&#41;)
8686

8787
Give yourself a pat on the back! With that simple spell, you've conjured up test cases with a mock! Explore the **Keploy directory** and you'll discover your handiwork in `test-1.yml` and `mocks.yml`.
8888

versioned_docs/version-3.0.0/quickstart/rust-wrap-mongo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ curl --location 'http://localhost:8000/api/notes/6618fa20875aedcfe96e08ed'
8787
```
8888

8989
This is how keploy terminal would look like:
90-
![Testcase](../../../../../static/img/glossary/rust-crud-record.png?raw=true)
90+
91+
[//]: # (![Testcase]&#40;../../../../../static/img/glossary/rust-crud-record.png?raw=true&#41;)
9192

9293
### Run the testcases
9394

0 commit comments

Comments
 (0)