1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-18 05:59:13 +01:00

docs: Try to fix links issue one more time using relative links

This commit is contained in:
Sunny Hirai 2021-04-06 18:56:32 -07:00
parent b77d1ca4d9
commit d034c19616

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/locations/location.md)
- [Path](/api/locations/path.md)
- [Point](/api/locations/point.md)
- [Range](/api/locations/range.md)
- [Location](./location.md)
- [Path](./path.md)
- [Point](./point.md)
- [Range](./range.md)