Skip to content

Commit 4e3cb66

Browse files
authored
Redirect v4/* to the main docs now (#6084)
1 parent f87fc2e commit 4e3cb66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/_redirects

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# The v3 docs were beta for a while, and non-default, but now that they are
2-
# default, the v3 docs don't exist anymore. So redirect them to the default!
1+
# The v3-v4 docs were beta for a while, and non-default, but now that they are
2+
# default, the v3 docs don't exist anymore. So redirect them to the default!
33
/v3/* /docs/kotlin/:splat
4+
/v4/* /docs/kotlin/:splat
45
/introduction/ /docs/kotlin/
56
/essentials/ /docs/kotlin/essentials/file-types/
67
/essentials/get-started* /docs/kotlin/tutorial/00-introduction/

0 commit comments

Comments
 (0)