Skip to content

Commit 0cba599

Browse files
committed
nit edit to example path
1 parent ef8044f commit 0cba599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/products/docs/pages/seo/redirects.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ destination: "/new-folder/path"
2020
# Regex-based redirects
2121
- source: "/old-folder/:slug" # <- /old-folder/foo, /old-folder/bar, etc.
2222
destination: "/new-folder/:slug"
23-
- source: "/incorrect/:slug*" # <- /incorrect, /incorrect/foo/bar/baz, etc.
24-
destination: "/correct/:slug*"
23+
- source: "/old-folder/:slug*" # <- /incorrect, /incorrect/foo/bar/baz, etc.
24+
destination: "/new-folder/:slug*"
2525
```
2626
</CodeBlock>
2727

0 commit comments

Comments
 (0)