Skip to content

Commit 043a6da

Browse files
committed
Redirect Test DB Connections page
1 parent 8c39d43 commit 043a6da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/redirects.js

+4
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,10 @@ const redirects = [
967967
from: ['/connections/database/custom-db/error-handling'],
968968
to: '/authenticate/database-connections/custom-db/error-handling',
969969
},
970+
{
971+
from: [`/authenticate/database-connections/test-custom-db`],
972+
to: `/authenticate/database-connections/custom-db/test-custom-database-connections`
973+
},
970974

971975
/* MICROSITES */
972976
{

0 commit comments

Comments
 (0)