Commit 847df528 authored by Eric Seidel's avatar Eric Seidel

Point to Github issues instead of flutter.io

Fixes #489.

@sethladd
parent f97a125e
...@@ -560,7 +560,7 @@ class AndroidDevice extends Device { ...@@ -560,7 +560,7 @@ class AndroidDevice extends Device {
_logging.warning( _logging.warning(
'Unexpected failure parsing device information from adb output:\n' 'Unexpected failure parsing device information from adb output:\n'
'$line\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; 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