Skip to content

Commit 6afc192

Browse files
committed
fix redirects
1 parent b18dae2 commit 6afc192

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

vercel.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3358,17 +3358,12 @@
33583358
},
33593359
{
33603360
"source": "/docs/cloud/get-started/cloud-quick-start",
3361-
"destination": "/docs/cloud/get-started/sql-console",
3362-
"permanent": true
3363-
},
3364-
{
3365-
"source": "/docs/cloud/get-started/cloud-quick-start",
3366-
"destination": "/docs/cloud/get-started/sql-console",
3361+
"destination": "/docs/getting-started/quick-start/cloud",
33673362
"permanent": true
33683363
},
33693364
{
3370-
"source" : "/docs/getting-started/quick-star",
3371-
"destination" : "/getting-started/quick-start/oss",
3365+
"source" : "/docs/getting-started/quick-start",
3366+
"destination" : "/docs/get-started/quick-start",
33723367
"permanent" : true
33733368
}
33743369
]

0 commit comments

Comments
 (0)