Skip to content

Commit c570090

Browse files
Fix broken internal links (Devin) (#2677)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 78b7ca0 commit c570090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fern/products/docs/pages/component-library/default-components/endpoint-schema-snippet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'Reference an endpoint schema from your API Reference'
55

66
The `<EndpointSchemaSnippet>` component displays endpoint schemas from your API Reference. By default, it renders the complete schema, or you can use the `selector` prop to display specific parts like request body, response, path parameters, or query parameters.
77

8-
To display any type definition by name (not limited to endpoint schemas), use the [`<Schema>`](/docs/writing-content/components/schema) component.
8+
To display any type definition by name (not limited to endpoint schemas), use the [`<Schema>`](/learn/docs/writing-content/components/schema) component.
99

1010
<Note>
1111
Markdown-rich field descriptions aren't yet supported and will display as plain text. See the [Request path](#request-path) example below.

fern/products/docs/pages/component-library/default-components/schema.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ The component works with [API references already configured in your `docs.yml`](
3333

3434
<ParamField path="className" type="string" required={false}>
3535
Optional CSS class name for custom styling.
36-
</ParamField>
36+
</ParamField>

0 commit comments

Comments
 (0)