From ce642585521f769ded0cad7e6c051f8c3cbb5bbf Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Tue, 30 Mar 2021 00:11:19 -0700 Subject: [PATCH] docs: Fix anchor link in Location API reference --- docs/api/location.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/location.md b/docs/api/location.md index e30384ea0..71f69c753 100644 --- a/docs/api/location.md +++ b/docs/api/location.md @@ -6,7 +6,7 @@ The Location interface is a union of the ways to refer to a specific location in type Location = Path | Point | Range ``` -- [Static methods](static-methods) +- [Static methods](#static-methods) - [Check methods](#check-methods) ## Static methods