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

docs: Another attempt at fixing links in docs

This commit is contained in:
Sunny Hirai 2021-04-06 18:41:56 -07:00
parent 320c3aee29
commit b77d1ca4d9

View File

@ -6,7 +6,7 @@ The `Location` interface is a union of the ways to refer to a specific location
type Location = Path | Point | Range
```
- [Location](api/location.md)
- [Path](api/path.md)
- [Point](api/point.md)
- [Range](api/range.md)
- [Location](/api/locations/location.md)
- [Path](/api/locations/path.md)
- [Point](/api/locations/point.md)
- [Range](/api/locations/range.md)