Skip to content

Commit 24fd356

Browse files
committed
move to bette rpart of list
1 parent 5d1e075 commit 24fd356

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

redirects.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ const developerDocsRedirects = [
166166
source: '/development/philosophy/',
167167
destination: '/getting-started/philosophy/',
168168
},
169+
{
170+
source: '/development/database-migrations/',
171+
destination: '/backend/database-migrations/',
172+
},
169173
{
170174
source: '/services/metrics/',
171175
destination: '/backend/metrics/',
@@ -798,10 +802,6 @@ const userDocsRedirects = [
798802
'/platforms/react-native/data-management/debug-files/source-context/data-management/debug-files/upload/',
799803
destination: '/platforms/react-native/data-management/debug-files/upload/',
800804
},
801-
{
802-
source: '/development/database-migrations/',
803-
destination: '/backend/database-migrations/',
804-
},
805805
];
806806

807807
/**

0 commit comments

Comments
 (0)