Index: pkg/dev_compiler/web/main.dart |
diff --git a/pkg/dev_compiler/web/main.dart b/pkg/dev_compiler/web/main.dart |
index a604412628da261d70ec71606cb5b9baf2158582..3ec888884a9fbc71688d5bfb3e0b4d5ad9c6a210 100755 |
--- a/pkg/dev_compiler/web/main.dart |
+++ b/pkg/dev_compiler/web/main.dart |
@@ -60,7 +60,8 @@ int _handleError(dynamic error, dynamic stackTrace, List<String> args, |
messageHandler(""); |
messageHandler("We're sorry, you've found a bug in our compiler."); |
messageHandler("You can report this bug at:"); |
- messageHandler(" https://github.com/dart-lang/dev_compiler/issues"); |
+ messageHandler( |
+ " https://github.com/dart-lang/sdk/issues/labels/area-dev-compiler"); |
messageHandler(""); |
messageHandler( |
"Please include the information below in your report, along with"); |