Index: build/android/device_status_check.py |
diff --git a/build/android/device_status_check.py b/build/android/device_status_check.py |
index 8b34a905396822adf9c70f2df9e1ec1a70c1e0fd..851fd94978bf80758a97aa83da1c05c6426200a8 100755 |
--- a/build/android/device_status_check.py |
+++ b/build/android/device_status_check.py |
@@ -100,7 +100,7 @@ def CheckForMissingDevices(options, adb_online_devs): |
body = '\n'.join( |
['Current online devices: %s' % adb_online_devs, |
'%s are no longer visible. Were they removed?\n' % missing_devs, |
- 'SHERIFF: See go/clank/engineering/buildbots/troubleshooting', |
+ 'SHERIFF: See go/chrome_device_monitor', |
'Cache file: %s\n\n' % last_devices_path, |
'adb devices: %s' % GetCmdOutput(['adb', 'devices'])]) |