Skip to content

Commit

Permalink
chore(docs): fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysheridan committed Jan 27, 2025
1 parent 023f5cd commit 00dc772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fern/pages/cli-api/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ subtitle: 'Learn about the Fern CLI commands.'
| Command | Description |
|---------|-------------|
| [`fern generate`](#fern-generate) | Build & publish SDK updates |
| [`fern write-definition`](#fern-write-definition) | Convert OpenAPI specifications to [Fern Definition](/learn/overview) |
| [`fern write-definition`](#fern-write-definition) | Convert OpenAPI specifications to [Fern Definition](/learn/api-definition/fern/overview) |
| [`fern write-overrides`](#fern-write-overrides) | Create OpenAPI customizations |
| [`fern generator upgrade`](#fern-generator-upgrade) | Update SDK generators to latest versions |

Expand Down
4 changes: 2 additions & 2 deletions fern/pages/docs/building-your-docs/user-feedback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Fern offers a variety of ways to track feedback and suggested improvements from
By default, every Markdown page of your docs contains a feedback component at the bottom of the page:

<Frame>
<img src="../../fern-docs/content/on-page-feedback.png" />
<img src="./on-page-feedback.png" />
</Frame>

<Tip>This feature is available on the Basic plan and above. [Contact us](https://buildwithfern.com/contact) to get set up.</Tip>
Expand All @@ -22,7 +22,7 @@ To disable this feature on a page, set `hide-feedback: true` in the frontmatter
Allow users to open directly to the current page in your GitHub repository and suggest changes.

<Frame>
<img src="../../fern-docs/content/edit-this-page.png" />
<img src="./edit-this-page.png" />
</Frame>

You can configure this feature for the entire site in the [global configuration](/learn/docs/getting-started/global-configuration#instances-configuration), or for an individual page in the [frontmatter of that page](/learn/docs/content/frontmatter#edit-this-page).
Expand Down

0 comments on commit 00dc772

Please sign in to comment.