Skip to content

Commit 6b3d0a2

Browse files
committed
Fixing redirects
1 parent b2228b1 commit 6b3d0a2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

redirects.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,16 +1223,12 @@ const userDocsRedirects = [
12231223
destination: '/platforms/dotnet/profiling/',
12241224
},
12251225
{
1226-
source: '/platforms/dotnet/guides/aws-lambda/profiling/:path*',
1227-
destination: '/platforms/dotnet/profiling/',
1226+
source: '/platforms/javascript/guides/aws-lambda/install/cjs-npm__v9.x',
1227+
destination: '/platforms/javascript/guides/aws-lambda/install/npm',
12281228
},
12291229
{
1230-
source: '/platforms/dotnet/guides/azure-functions-worker/profiling/:path*',
1231-
destination: '/platforms/dotnet/profiling/',
1232-
},
1233-
{
1234-
source: '/platforms/dotnet/guides/blazor-webassembly/profiling/:path*',
1235-
destination: '/platforms/dotnet/profiling/',
1230+
source: '/platforms/javascript/guides/aws-lambda/cjs-npm__v9.x',
1231+
destination: '/platforms/javascript/guides/aws-lambda/install/npm',
12361232
},
12371233
{
12381234
source: '/platforms/dotnet/guides/aspnet/profiling/:path*',

0 commit comments

Comments
 (0)