Skip to content

Commit e2ae012

Browse files
fix: broken links and images (#602)
Signed-off-by: Achanandhi-M <[email protected]> Co-authored-by: Neha Gupta <[email protected]>
1 parent e00f5b6 commit e2ae012

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

versioned_docs/version-1.0.0/go/quickstart/gorillamux-redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A sample contact keeper app to test Keploy integration capabilities using [Goril
2222

2323
> Note that Testcases are exported as files in the local repository by default
2424
25-
You can refer to the [installation guide](https://docs.keploy.io/docs/server/server-installation) to install Keploy on your machine.
25+
You can refer to the [installation guide](https://keploy.io/docs/server/installation/) to install Keploy on your machine.
2626

2727
### Prerequisites
2828

versioned_docs/version-2.0.0/quickstart/sanic-mongo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ keploy record -c "python3 server.py"
6868

6969
You should be able to see this in your terminal
7070

71-
<img src="/docs/img/sanic-mongo-record.png" alt="Sample Keploy record sanic mongo" width="100%" style={{ borderRadius: '5px' }} />
71+
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/Keploy-record-python-sanic.png" alt="Sample Keploy record sanic mongo" width="100%" style={{ borderRadius: '5px' }} />
7272

7373
🔥**Make some API calls**. Postman, Hoppscotch or even curl - take your pick!
7474

@@ -158,6 +158,6 @@ spec:
158158

159159
This is how your terminal would look like :
160160

161-
<img src="/docs/img/sanic-mongo-test.png" alt="Sample Keploy Test Sanic Mongo" width="100%" style={{ borderRadius: '5px' }} />
161+
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/Keploy-test-sanic-python.png" alt="Sample Keploy Test Sanic Mongo" width="100%" style={{ borderRadius: '5px' }} />
162162

163163
You can experiment with different API calls, modify the database response in mocks.yml, or adjust the request or response in test-x.yml. Then, run the tests again to see the change in response

versioned_docs/version-3.0.0/quickstart/sanic-mongo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ keploy record -c "python3 server.py"
6969

7070
You should be able to see this in your terminal
7171

72-
<img src="/docs/img/sanic-mongo-record.png" alt="Sample Keploy record sanic mongo" width="100%" style={{ borderRadius: '5px' }} />
72+
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/Keploy-record-python-sanic.png" alt="Sample Keploy record sanic mongo" width="100%" style={{ borderRadius: '5px' }} />
7373

7474
🔥**Make some API calls**. Postman, Hoppscotch or even curl - take your pick!
7575

@@ -159,6 +159,6 @@ spec:
159159

160160
This is how your terminal would look like :
161161

162-
<img src="/docs/img/sanic-mongo-test.png" alt="Sample Keploy Test Sanic Mongo" width="100%" style={{ borderRadius: '5px' }} />
162+
<img src="https://keploy-devrel.s3.us-west-2.amazonaws.com/Keploy-test-sanic-python.png" alt="Sample Keploy Test Sanic Mongo" width="100%" style={{ borderRadius: '5px' }} />
163163

164164
You can experiment with different API calls, modify the database response in mocks.yml, or adjust the request or response in test-x.yml. Then, run the tests again to see the change in response

0 commit comments

Comments
 (0)