Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/invalid-characteristic-name.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/invalid-characteristic-name.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/invalid-characteristic-name.html |
index ef93b661795e3ce713c07f2e655aa9067a9a79ff..fbead6833774eafd65a1545846189a8c49e275b8 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/invalid-characteristic-name.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/invalid-characteristic-name.html |
@@ -21,8 +21,7 @@ promise_test(() => { |
'UUID (lowercase hex characters e.g. ' + |
'\'00001234-0000-1000-8000-00805f9b34fb\'), ' + |
'or recognized standard name from ' + |
- 'https://developer.bluetooth.org/gatt/characteristics/' + |
- 'Pages/CharacteristicsHome.aspx' + |
+ 'https://www.bluetooth.com/specifications/gatt/characteristics' + |
' e.g. \'aerobic_heart_rate_lower_limit\'.', |
'TypeError'), |
'Wrong Characteristic name passed.'); |