Skip to content

Commit 73a5ec8

Browse files
committed
docs: fix link to path tests (closes #1163)
1 parent 520acbb commit 73a5ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Here are the main types of slugs with a rough description of each type of path:
4848
- `SimpleSlug`: cannot be relative and shouldn't have `/index` as an ending or a file extension. It _can_ however have a trailing slash to indicate a folder path.
4949
- `RelativeURL`: must start with `.` or `..` to indicate it's a relative URL. Shouldn't have `/index` as an ending or a file extension but can contain a trailing slash.
5050

51-
To get a clearer picture of how these relate to each other, take a look at the path tests in `quartz/path.test.ts`.
51+
To get a clearer picture of how these relate to each other, take a look at the path tests in `quartz/util/path.test.ts`.

0 commit comments

Comments
 (0)