Skip to content

Commit b8266c6

Browse files
devin-ai-integration[bot]fern-api[bot]devalog
authored
Fix broken anchor links in documentation (#2936)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Devin Logan <[email protected]>
1 parent 52d4b79 commit b8266c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fern/products/api-def/openapi-pages/auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ api:
210210
```
211211

212212
<Info title="Endpoint configuration and token refresh">
213-
The `endpoint` values (e.g., `"POST /oauth/token"`) reference paths defined in your OpenAPI specification. When `expires-in` is returned, the SDK will automatically refresh tokens before they expire. For more details on OAuth configuration options, see the [Auth scheme reference](#oauth-authentication) below.
213+
The `endpoint` values (e.g., `"POST /oauth/token"`) reference paths defined in your OpenAPI specification. When `expires-in` is returned, the SDK will automatically refresh tokens before they expire. For more details on OAuth configuration options, see the [Auth scheme reference](#auth-scheme-reference) below.
214214
</Info>
215215

216216
The generated SDK would look like:

fern/products/api-def/pages/project-structure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ groups:
136136

137137
Use this approach when you want to merge multiple APIs into a single SDK package, with optional namespacing to organize them. This works for both distinct APIs and versioned APIs, though it increases package size as all APIs are bundled together.
138138

139-
For versioned APIs, [namespacing](#add-namespaces-optional) let you access different versions like `client.v1` and `client.v2` within the same package.
139+
For versioned APIs, namespacing lets you access different versions like `client.v1` and `client.v2` within the same package.
140140

141141
<Steps>
142142
<Step title="Place each API in separate subfolders">

fern/products/docs/pages/navigation/changelogs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ navigation:
9090
</CodeBlock>
9191
9292
<Note>
93-
Section-level changelogs **cannot** be nested within an `api` entry. See [API-level changelogs](#api-level-changelog) to add an API-level entry.
93+
Section-level changelogs **cannot** be nested within an `api` entry.
9494
</Note>
9595
</Accordion>
9696
</AccordionGroup>

0 commit comments

Comments
 (0)