mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 12:30:11 +02:00
docs: Try to fix links issue one more time using relative links
This commit is contained in:
@@ -6,7 +6,7 @@ The `Location` interface is a union of the ways to refer to a specific location
|
|||||||
type Location = Path | Point | Range
|
type Location = Path | Point | Range
|
||||||
```
|
```
|
||||||
|
|
||||||
- [Location](/api/locations/location.md)
|
- [Location](./location.md)
|
||||||
- [Path](/api/locations/path.md)
|
- [Path](./path.md)
|
||||||
- [Point](/api/locations/point.md)
|
- [Point](./point.md)
|
||||||
- [Range](/api/locations/range.md)
|
- [Range](./range.md)
|
||||||
|
Reference in New Issue
Block a user