@@ -1005,6 +1005,30 @@ const userDocsRedirects = [
10051005 source : '/platforms/flutter/:path*' ,
10061006 destination : '/platforms/dart/guides/flutter/:path*' ,
10071007 } ,
1008+ {
1009+ source : '/platforms/dart/guides/flutter/upload-debug/' ,
1010+ destination : '/platforms/dart/guides/flutter/debug-symbols/' ,
1011+ } ,
1012+ {
1013+ source : '/platforms/dart/guides/flutter/upload-debug/#when-to-upload' ,
1014+ destination : '/platforms/dart/guides/flutter/debug-symbols/#when-to-upload-debug-symbols' ,
1015+ } ,
1016+ {
1017+ source : '/platforms/dart/guides/flutter/upload-debug/#source-context' ,
1018+ destination : '/platforms/dart/guides/flutter/debug-symbols/dart-plugin/#configuration' ,
1019+ } ,
1020+ {
1021+ source : '/platforms/dart/guides/flutter/upload-debug/#uploading-source-code-context-for-flutter-android-ios-and-macos' ,
1022+ destination : '/platforms/dart/guides/flutter/debug-symbols/manual-upload/' ,
1023+ } ,
1024+ {
1025+ source : '/platforms/dart/guides/flutter/upload-debug/#uploading-for-android-ndk' ,
1026+ destination : '/platforms/dart/guides/flutter/debug-symbols/manual-upload/#android-ndk' ,
1027+ } ,
1028+ {
1029+ source : '/platforms/dart/guides/flutter/upload-debug/#automatically-upload-debug-symbols' ,
1030+ destination : '/dart/guides/flutter/debug-symbols/dart-plugin/' ,
1031+ } ,
10081032 {
10091033 source : '/platforms/dart/guides/flutter/configuration/integrations/:path*' ,
10101034 destination : '/platforms/dart/guides/flutter/integrations/:path*' ,
0 commit comments