1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-10 09:13:59 +02:00

docs: Another try at modifying links but without the preceding slash

This commit is contained in:
Sunny Hirai
2021-04-06 18:40:30 -07:00
parent 8a9b0c973e
commit 320c3aee29

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