Skip to content

Commit d0fde55

Browse files
authored
Fix links in custom-features.md
1 parent db745af commit d0fde55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/custom-features.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Custom Features Guide
66

77
Want to skip to the implementation? Check out these examples:
88

9-
- [custom-features](../../framework/react/examples/custom-features)
9+
- [custom-features](../../examples/react/custom-features)
1010

1111
## Custom Features Guide
1212

@@ -108,7 +108,7 @@ The `createCell` method in a table feature is responsible for adding methods to
108108

109109
Let's walk through making a custom table feature for a hypothetical use case. Let's say we want to add a feature to the table instance that allows the user to change the "density" (padding of cells) of the table.
110110

111-
Check out the full [custom-features](../../framework/react/examples/custom-features) example to see the full implementation, but here's an in-depth look at the steps to create a custom feature.
111+
Check out the full [custom-features](../../examples/react/custom-features) example to see the full implementation, but here's an in-depth look at the steps to create a custom feature.
112112

113113
#### Step 1: Set up TypeScript Types
114114

0 commit comments

Comments
 (0)