Skip to content

Commit c13d979

Browse files
authored
fix link (#1652)
1 parent 3a99d6f commit c13d979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A parameterized route is denoted by square brackets, such as `[param]`, in a fil
1515

1616
(File and directory names can also be partially parameterized such as `prefix-[param].md` or `[param]-suffix.md`, or contain multiple parameters such as `[year]-[month]-[day].md`.)
1717

18-
The [**dynamicPaths** config option](./config#dynamicPaths) would then specify the list of product pages:
18+
The [**dynamicPaths** config option](./config#dynamic-paths) would then specify the list of product pages:
1919

2020
```js run=false
2121
export default {

0 commit comments

Comments
 (0)