Skip to content

Commit ff29d1c

Browse files
fix more bad links
1 parent 68e66af commit ff29d1c

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

fern/products/api-def/asyncapi-pages/extensions/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ The table below shows all available extensions and links to detailed documentati
1111

1212
| Extension | Description |
1313
| --- | --- |
14-
| [`x-fern-ignore`](./ignore) | Skip reading specific operations, channels, or schemas |
15-
| [`x-fern-examples`](./examples) | Provide additional examples for better SDK documentation |
14+
| [`x-fern-ignore`](./ignoring-elements) | Skip reading specific operations, channels, or schemas |
15+
| [`x-fern-examples`](./request-response-examples) | Provide additional examples for better SDK documentation |
1616
| [`x-fern-pagination`](./pagination) | Configure pagination for operations that return multiple results |
17-
| [`x-fern-retry`](./retry) | Configure retry behavior for operations |
18-
| [`x-fern-streaming`](./streaming) | Mark operations as streaming for appropriate SDK generation |
17+
| [`x-fern-retry`](./retry-behavior) | Configure retry behavior for operations |
18+
| [`x-fern-streaming`](./streaming-operations) | Mark operations as streaming for appropriate SDK generation |
1919
| [`x-fern-error-handling`](./error-handling) | Configure error handling for operations |
20-
| [`x-fern-server-name`](./server-name) | Specify custom names for servers |
20+
| [`x-fern-server-name`](./server-names) | Specify custom names for servers |
2121
| [`x-fern-availability`](./availability) | Mark features as available in specific SDK versions |
2222

2323
<Note title="Request a new extension">

fern/products/api-def/grpc-pages/extensions/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ The table below shows all available extensions and links to detailed documentati
1111

1212
| Extension | Description |
1313
| --- | --- |
14-
| [`x-fern-ignore`](./ignore) | Skip reading specific services, methods, or messages |
15-
| [`x-fern-examples`](./examples) | Provide additional examples for better SDK documentation |
14+
| [`x-fern-ignore`](./ignoring-elements) | Skip reading specific services, methods, or messages |
15+
| [`x-fern-examples`](./request-response-examples) | Provide additional examples for better SDK documentation |
1616
| [`x-fern-pagination`](./pagination) | Configure pagination for methods that return lists |
17-
| [`x-fern-retry`](./retry) | Configure retry behavior for methods |
18-
| [`x-fern-timeout`](./timeout) | Configure timeout settings for methods |
17+
| [`x-fern-retry`](./retry-behavior) | Configure retry behavior for methods |
18+
| [`x-fern-timeout`](./timeout-settings) | Configure timeout settings for methods |
1919
| [`x-fern-error-handling`](./error-handling) | Configure error handling for methods |
2020
| [`x-fern-availability`](./availability) | Mark features as available in specific SDK versions |
21-
| [`x-fern-streaming`](./streaming) | Mark methods as streaming for appropriate SDK generation |
22-
| [`x-fern-server-name`](./server-name) | Specify custom names for different server environments |
21+
| [`x-fern-streaming`](./streaming-operations) | Mark methods as streaming for appropriate SDK generation |
22+
| [`x-fern-server-name`](./server-names) | Specify custom names for different server environments |
2323
| [`x-fern-base-path`](./base-path) | Configure base paths for generated SDK clients |
24-
| [`x-fern-sdk-group-name`](./sdk-group-name) | Group related services in the SDK |
24+
| [`x-fern-sdk-group-name`](./sdk-group-names) | Group related services in the SDK |
2525
| [`x-fern-union-naming`](./union-naming) | Configure naming for oneof fields in SDKs |
2626
| [`x-fern-validation`](./validation) | Add validation rules for message fields |
2727

fern/products/api-def/openrpc-pages/extensions/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ The table below shows all available extensions and links to detailed documentati
1111

1212
| Extension | Description |
1313
| --- | --- |
14-
| [`x-fern-ignore`](./ignore) | Skip reading specific methods or schemas |
15-
| [`x-fern-examples`](./examples) | Provide additional examples for better SDK documentation |
14+
| [`x-fern-ignore`](./ignoring-elements) | Skip reading specific methods or schemas |
15+
| [`x-fern-examples`](./request-response-examples) | Provide additional examples for better SDK documentation |
1616
| [`x-fern-pagination`](./pagination) | Configure pagination for methods that return multiple results |
17-
| [`x-fern-retry`](./retry) | Configure retry behavior for methods |
18-
| [`x-fern-timeout`](./timeout) | Configure timeout settings for methods |
17+
| [`x-fern-retry`](./retry-behavior) | Configure retry behavior for methods |
18+
| [`x-fern-timeout`](./timeout-settings) | Configure timeout settings for methods |
1919
| [`x-fern-error-handling`](./error-handling) | Configure error handling for methods |
2020
| [`x-fern-availability`](./availability) | Mark features as available in specific SDK versions |
21-
| [`x-fern-streaming`](./streaming) | Mark methods as streaming for appropriate SDK generation |
22-
| [`x-fern-server-name`](./server-name) | Specify custom names for servers |
21+
| [`x-fern-streaming`](./streaming-operations) | Mark methods as streaming for appropriate SDK generation |
22+
| [`x-fern-server-name`](./server-names) | Specify custom names for servers |
2323
| [`x-fern-base-path`](./base-path) | Configure base paths for generated SDK clients |
24-
| [`x-fern-sdk-group-name`](./sdk-group-name) | Group related methods in the SDK |
24+
| [`x-fern-sdk-group-name`](./sdk-group-names) | Group related methods in the SDK |
2525

2626
<Note title="Request a new extension">
2727
If there's an extension you want that doesn't already exist, file an [issue](https://github.com/fern-api/fern/issues/new) to start a discussion about it.

fern/products/docs/pages/api-references/generate-webhook-ref.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ api:
5555
path: openapi/openapi.yml
5656
```
5757
58-
You can read more about how to define webhooks in your OpenAPI specification [here](/learn/api-definition/openapi/webhooks).
58+
You can read more about how to define webhooks in your OpenAPI specification [here](/learn/api-definitions/openapi/endpoints/webhooks).
5959
</Tab>
6060
<Tab title="Fern Definition">
6161
```bash

0 commit comments

Comments
 (0)