Skip to content

Commit 0717c17

Browse files
authored
fix(develop): add redirect for old database migrations url (#11789)
1 parent 9836b2e commit 0717c17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

+4
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/',

0 commit comments

Comments
 (0)