Skip to content

Commit 1b13d76

Browse files
committed
fix broken links
1 parent 4fcdbdc commit 1b13d76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api-playground/openapi-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The metadata for the generated pages will have the following default values:
105105
- `deprecated`: The `deprecated` field from the OpenAPI operation, if present. If true, a deprecated label will appear next to the endpoint title in the side navigation and on the endpoint page.
106106

107107
<Tip>
108-
If you have some endpoints in your OpenAPI schema that you want to exclude from your auto-populated API pages, add the [`x-hidden`](/api-playground/openapi/advanced-features#x-hidden) property to the endpoint.
108+
If you have some endpoints in your OpenAPI schema that you want to exclude from your auto-populated API pages, add the [`x-hidden`](/api-playground/customization/managing-page-visibility#x-hidden) property to the endpoint.
109109
</Tip>
110110

111111
### Example with tabs

api-playground/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ When you need more control over your API documentation, create individual `MDX`
109109
- Hide specific operations
110110
- Reorder pages in your navigation
111111

112-
See [MDX Setup](/api-playground/mdx-setup) for more information on creating individual pages for your API endpoints.
112+
See [MDX Setup](/api-playground/mdx/configuration.mdx) for more information on creating individual pages for your API endpoints.
113113

114114
## Further reading
115115

integrations/sdks/stainless.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ description: Automate SDK example snippets in your API playground
2626
/>
2727
</Step>
2828
<Step title="Add your OpenAPI spec URL to your `docs.json`.">
29-
In your `docs.json` file, add the URL from Stainless to the `openapi` field. See [OpenAPI Setup](/api-playground/openapi/setup) for more information.
29+
In your `docs.json` file, add the URL from Stainless to the `openapi` field. See [OpenAPI Setup](/api-playground/openapi-setup) for more information.
3030
</Step>
3131
</Steps>

0 commit comments

Comments
 (0)