From 320c3aee293898dba4b3f1abbc85484cc03c210c Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Tue, 6 Apr 2021 18:40:30 -0700 Subject: [PATCH] docs: Another try at modifying links but without the preceding slash --- docs/api/locations/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/locations/README.md b/docs/api/locations/README.md index 850fcbc6a..6d897899c 100644 --- a/docs/api/locations/README.md +++ b/docs/api/locations/README.md @@ -6,7 +6,7 @@ The `Location` interface is a union of the ways to refer to a specific location type Location = Path | Point | Range ``` -- [Location](/api/location.md) -- [Path](/api/path.md) -- [Point](/api/point.md) -- [Range](/api/range.md) +- [Location](api/location.md) +- [Path](api/path.md) +- [Point](api/point.md) +- [Range](api/range.md)