Skip to content

Commit 5912ceb

Browse files
committed
fix broken link
1 parent c0d0a41 commit 5912ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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#param-proxy). 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>

0 commit comments

Comments
 (0)