From e7aa2923230159cc4f46acf5a1248534bbf50edf Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Sun, 10 Apr 2022 15:09:43 -0700 Subject: [PATCH] Fixed several broken and missing links in the Location Types API Reference --- docs/api/locations/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/locations/README.md b/docs/api/locations/README.md index 205ed7d32..b012aebbf 100644 --- a/docs/api/locations/README.md +++ b/docs/api/locations/README.md @@ -10,6 +10,8 @@ type Location = Path | Point | Range - [Path](./path.md) - [PathRef](./path-ref.md) - [Point](./point.md) -- [PointEntry](./pointe-entry.md) +- [PointEntry](./point-entry.md) +- [PointRef](./point-ref.md) - [Range](./range.md) +- [RangeRef](./range-ref.md) - [Span](./span.md)