Skip to content

Commit 20fbf0a

Browse files
authored
chore: fix a wrong redirect (#856)
1 parent f95f70b commit 20fbf0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
# Obsolete or split pages
5151
[[redirects]]
52-
from = "/docs/using-fake-timers"
53-
to = "/docs/guide-using-fake-timers"
52+
from = "/docs/guide-using-fake-timers"
53+
to = "/docs/using-fake-timers"
5454
[[redirects]]
5555
from = "/docs/guide-which-query"
5656
to = "/docs/queries/about#priority"

0 commit comments

Comments
 (0)