1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-04-21 13:51:59 +02:00

Fix another link in concepts/transforms

This commit is contained in:
Sunny Hirai 2021-05-20 23:42:06 -07:00
parent 5dea3d2fc8
commit ecf26bf6cf

View File

@ -4,7 +4,7 @@ Slate's data structure is immutable, so you can't modify or delete nodes directl
Slate's transform functions are designed to be very flexible, to make it possible to represent all kinds of changes you might need to make to your editor. However, that flexibility can be hard to understand at first.
> 🤖 Check out the [Transforms](/api/transforms.md) reference for a full list of Slate's transforms.
> 🤖 Check out the [Transforms](../api/transforms.md) reference for a full list of Slate's transforms.
## Selection Transforms