Skip to content

Commit 6d4e1c7

Browse files
Review feedback
1 parent c2158af commit 6d4e1c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

redirects.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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/',

0 commit comments

Comments
 (0)