Skip to content

Commit f3daa57

Browse files
Convert absolute URLs to root-relative links across documentation
1 parent a777db3 commit f3daa57

23 files changed

+1
-1
lines changed

api-playground/customization.mdx

Whitespace-only changes.

api-playground/introduction.mdx

Whitespace-only changes.

api-playground/settings.mdx

Whitespace-only changes.

api-playground/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If your API pages aren't displaying correctly, check these common configuration
6969
requests, then all of these requests will fail. To fix this, configure your reverse proxy to
7070
allow `POST` requests to the `/api/request` path.
7171

72-
Alternatively, if your reverse proxy prevents you from accepting `POST` requests, you can configure Mintlify to send requests directly to your backend with the `api.playground.proxy` setting in the `docs.json`, as described [here](settings#api-configurations). This will
72+
Alternatively, if your reverse proxy prevents you from accepting `POST` requests, you can configure Mintlify to send requests directly to your backend with the `api.playground.proxy` setting in the `docs.json`, as described [here](/settings#api-configurations). This will
7373
likely require you to configure CORS on your server, as these requests will now come directly
7474
from your users' browsers.
7575
</Accordion>

api-playground/usage.mdx

Whitespace-only changes.

components/accordion.mdx

Whitespace-only changes.

components/api.mdx

Whitespace-only changes.

components/card-group.mdx

Whitespace-only changes.

components/card.mdx

Whitespace-only changes.

components/code-group.mdx

Whitespace-only changes.

0 commit comments

Comments
 (0)