Skip to content

Commit 2b3ca06

Browse files
committed
Fix image paths in API Workshop documentation
1 parent 9e04349 commit 2b3ca06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/guides/py/api_workshop.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If an API has an OpenAPI formatted yml or json file, you can use Swagger UI to v
7979

8080
<LinkCard title="View API Playground's API" href="https://editor.swagger.io/?url=https://gist.githubusercontent.com/Wright4i/06184a609ee80090466fe2c8a6f0c468/raw/9d0601690232250713300bb7eec6ae7dbd07f2ef/playground.yml" description="editor.swagger.io" />
8181

82-
![API Playground Swagger](./public/api_workshop/api-playground-swagger.png)
82+
![API Playground Swagger](/api_workshop/api-playground-swagger.png)
8383

8484

8585
## Setting up your Environment
@@ -552,7 +552,7 @@ To test Auth Tokens add the `Authorization` header to your requests.
552552

553553
If your client supports it, there might be a dedicated tab for Auth. Refer to the screenshot for using a bearer token in Thunder Client.
554554

555-
![Thunder Client Auth Token](./public/api_workshop/thunder-client-auth-token.png)
555+
![Thunder Client Auth Token](/api_workshop/thunder-client-auth-token.png)
556556
</Card>
557557

558558
<Card>
@@ -587,13 +587,13 @@ Don't actually hard code your authentication tokens in your code. Use environmen
587587

588588
<Card>
589589
#### Generating a Auth Token with API Playground
590-
![API Playground Valid Token](./public/api_workshop/api-playground-generate-token.png)
590+
![API Playground Valid Token](/api_workshop/api-playground-generate-token.png)
591591

592592
#### Send a HTTP request to `/employees` or `/departments` with the Auth Token and watch it populate on the Receive Tab
593-
![API Playground Valid Token](./public/api_workshop/api-playground-receive-tab.png)
593+
![API Playground Valid Token](/api_workshop/api-playground-receive-tab.png)
594594

595595
#### Using the Receive Tab click the Token button to view the validity of the token
596-
![API Playground Valid Token](./public/api_workshop/api-playground-view-token.png)
596+
![API Playground Valid Token](/api_workshop/api-playground-view-token.png)
597597
</Card>
598598

599599
# Congratulations! 🎉

0 commit comments

Comments
 (0)