Commit c882d423 authored by Eric Seidel's avatar Eric Seidel

Merge pull request #491 from flutter/issue_url

Point to Github issues instead of flutter.io
parents f97a125e 847df528
......@@ -560,7 +560,7 @@ class AndroidDevice extends Device {
_logging.warning(
'Unexpected failure parsing device information from adb output:\n'
'$line\n'
'Please report a bug at http://flutter.io/');
'Please report a bug at https://github.com/flutter/flutter/issues/new');
}
}
return devices;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment