The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix link to path tests (closes #1163)

+1 -1
+1 -1
docs/advanced/paths.md
··· 48 48 - `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. 49 49 - `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. 50 50 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`.