Skip to content

Commit efba6a3

Browse files
Add redirect to vercel.json (#3960)
* Add redirect to vercel.json Update vercel.json to add redirect from high-availability/how-it-works#deployment-options to cloud/high-availability/enable to fix broken link in the product UI * Update vercel.json * edit * Update vercel.json --------- Co-authored-by: Jwahir Sundai <[email protected]>
1 parent 2e65db2 commit efba6a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2009,6 +2009,11 @@
20092009
"source": "/evaluate/development-production-features/high-availability",
20102010
"destination": "/cloud/high-availability",
20112011
"permanent": true
2012+
},
2013+
{
2014+
"source": "/cloud/high-availability/how-it-works",
2015+
"destination": "/cloud/high-availability/ha-connectivity",
2016+
"permanent": true
20122017
}
20132018
]
20142019
}

0 commit comments

Comments
 (0)