Skip to content

Commit 15a2ac8

Browse files
Chore(docs): Fix bad links (#1009)
1 parent 5b83921 commit 15a2ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fern/products/docs/pages/component-library/custom-components/custom-react-components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can extend Fern's built-in component library by adding your own custom React
99
This allows you to create unique, interactive elements that match your documentation needs.
1010

1111
<Note title="Defining a constant">
12-
Don't use a React component to define a constant. Instead, consider using [reusable snippets](/docs/writing-content/reusable-markdown).
12+
Don't use a React component to define a constant. Instead, consider using [reusable snippets](/docs/writing-content/reusable-snippets).
1313
</Note>
1414

1515
## How does it work?

fern/products/docs/pages/getting-started/how-it-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ flowchart TD
7878
You can update your documentation in two ways:
7979

8080
- **Direct editing**: Open a pull request directly in the [GitHub repository that contains your docs](/learn/docs/getting-started/project-structure) (including your `docs.yml` configuration and Markdown files).
81-
- **Fern Editor**: Use the [Fern Editor](/learn/docs/writing-content/visual-editor) to modify your docs without touching code. The Fern GitHub App fetches the current state from your docs repository and passes it to the Fern Editor. When you submit changes, the Fern GitHub App automatically opens a pull request for review.
81+
- **Fern Editor**: Use the [Fern Editor](/learn/docs/writing-content/fern-editor) to modify your docs without touching code. The Fern GitHub App fetches the current state from your docs repository and passes it to the Fern Editor. When you submit changes, the Fern GitHub App automatically opens a pull request for review.
8282

8383
After the update goes through your review process, an approver can merge it.
8484

0 commit comments

Comments
 (0)