Skip to content

Commit 9141e34

Browse files
authored
docs: update link to Custom Components Performance docs (#15723)
This PR fixes a broken or outdated documentation link within the Performance Overview page. The link pointing to the performance section of custom components was using an incorrect path and has been updated to the current structure.
1 parent b705af4 commit 9141e34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/performance/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To learn more, see the [Validation Performance](../fields/overview#validation-pe
5252

5353
When building custom components in the Admin Panel, ensure that they are as efficient as possible. This includes using React best practices such as memoization, lazy loading, and avoiding unnecessary re-renders.
5454

55-
To learn more, see the [Custom Components Performance](../admin/custom-components#performance) docs.
55+
To learn more, see the [Custom Components Performance](../custom-components/overview#performance) docs.
5656

5757
## Other Best Practices
5858

0 commit comments

Comments
 (0)