1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 09:29:49 +02:00

docs: Fix links in Span API docs

This commit is contained in:
Sunny Hirai
2021-07-26 23:40:17 -07:00
parent 06a376d727
commit 354b0092ee

View File

@@ -6,8 +6,8 @@ A `Span` is a low-level way to refer to a range using `Element` as the end point
type Span = [Path, Path]
```
- [Static methods](range.md#static-methods)
- [Check methods](range.md#check-methods)
- [Static methods](span.md#static-methods)
- [Check methods](span.md#check-methods)
## Static Methods