Skip to content

Commit b745b20

Browse files
committed
docs: fix links to the story in the groups doc
1 parent 58e55e6 commit b745b20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/groups.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,22 +229,22 @@ blockGroups.setGroups([
229229

230230
You can find complete working examples in our Storybook stories:
231231

232-
1. **Basic Groups** ([`default.stories.tsx`](https://github.com/aschetinin/graph/blob/main/src/stories/canvas/groups/default.stories.tsx))
232+
1. **Basic Groups** ([`default.stories.tsx`](https://github.com/gravity-ui/graph/blob/main/src/stories/canvas/groups/default.stories.tsx))
233233
- Shows basic usage of automatic groups
234234
- Groups are created based on block properties
235235
- Demonstrates group styling and behavior
236236

237-
2. **Large Graph** ([`large.stories.tsx`](https://github.com/aschetinin/graph/blob/main/src/stories/canvas/groups/large.stories.tsx))
237+
2. **Large Graph** ([`large.stories.tsx`](https://github.com/gravity-ui/graph/blob/main/src/stories/canvas/groups/large.stories.tsx))
238238
- Shows how to work with many blocks (225+)
239239
- Automatically groups every 10 blocks
240240
- Demonstrates performance with multiple groups
241241

242-
3. **Manual Groups** ([`manual.stories.tsx`](https://github.com/aschetinin/graph/blob/main/src/stories/canvas/groups/manual.stories.tsx))
242+
3. **Manual Groups** ([`manual.stories.tsx`](https://github.com/gravity-ui/graph/blob/main/src/stories/canvas/groups/manual.stories.tsx))
243243
- Shows how to create fixed area groups
244244
- Creates non-draggable zones with different colors
245245
- Demonstrates manual group management
246246

247-
4. **Extended Groups** ([`extended.stories.tsx`](https://github.com/aschetinin/graph/blob/main/src/stories/canvas/groups/extended.stories.tsx))
247+
4. **Extended Groups** ([`extended.stories.tsx`](https://github.com/gravity-ui/graph/blob/main/src/stories/canvas/groups/extended.stories.tsx))
248248
- Shows how to create custom groups with extended properties
249249
- Adds description and priority to groups
250250
- Demonstrates custom rendering and styling

0 commit comments

Comments
 (0)