File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1217,16 +1217,16 @@ const userDocsRedirects = [
12171217 source : '/product/ai-in-sentry/seer/seer-privacy-and-security' ,
12181218 destination : '/product/ai-in-sentry/ai-privacy-and-security/' ,
12191219 } ,
1220- // Redirects for UWP (deprecated)
1221- {
1222- source : '/platforms/dotnet/guides/uwp/:path*' ,
1223- destination : '/platforms/dotnet/guides/maui/' ,
1224- } ,
12251220 // .NET profiling guide redirects - consolidate to main profiling page
12261221 {
12271222 source : '/platforms/dotnet/guides/uwp/profiling/:path*' ,
12281223 destination : '/platforms/dotnet/profiling/' ,
12291224 } ,
1225+ // General .NET redirects for UWP (deprecated)
1226+ {
1227+ source : '/platforms/dotnet/guides/uwp/:path*' ,
1228+ destination : '/platforms/dotnet/guides/maui/' ,
1229+ } ,
12301230 {
12311231 source : '/platforms/dotnet/guides/aws-lambda/profiling/:path*' ,
12321232 destination : '/platforms/dotnet/profiling/' ,
You can’t perform that action at this time.
0 commit comments