Skip to content

Commit 49e5788

Browse files
authored
Updating feature flags docs location (#12453)
1 parent 4558e3b commit 49e5788

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
File renamed without changes.

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,10 @@ const userDocsRedirects = [
944944
source: '/platforms/kotlin-multiplatform/:path*',
945945
destination: '/platforms/kotlin/guides/kotlin-multiplatform/:path*',
946946
},
947+
{
948+
source: '/product/explore/feature-flags/:path*',
949+
destination: '/product/issues/issue-details/feature-flags/:path*',
950+
},
947951
];
948952

949953
/**

0 commit comments

Comments
 (0)