From 354b0092ee7aca951eb48b0a73c886565d4ba0ea Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Mon, 26 Jul 2021 23:40:17 -0700 Subject: [PATCH] docs: Fix links in Span API docs --- docs/api/locations/span.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/locations/span.md b/docs/api/locations/span.md index 0956fd8bb..a5eacbc46 100644 --- a/docs/api/locations/span.md +++ b/docs/api/locations/span.md @@ -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