From d6483aed941df21bfb2a556d438d0c4db0ba6970 Mon Sep 17 00:00:00 2001 From: Ross Johnson <44770156+rossjohnsonMP@users.noreply.github.com> Date: Tue, 13 Oct 2020 12:00:03 +0100 Subject: [PATCH] docs: update broken link (#2408) [ci skip] --- docs/APIRef.DeviceObjectAPI.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/APIRef.DeviceObjectAPI.md b/docs/APIRef.DeviceObjectAPI.md index 63f2ee8ae3..05986b1a31 100644 --- a/docs/APIRef.DeviceObjectAPI.md +++ b/docs/APIRef.DeviceObjectAPI.md @@ -292,7 +292,8 @@ await device.setLocation(32.0853, 34.7818); ### `device.setURLBlacklist([urls])` -Disable [EarlGrey's network synchronization mechanism](https://github.com/google/EarlGrey/blob/master/docs/api.md#network) on preferred endpoints. Useful if you want to on skip over synchronizing on certain URLs. To disable endpoints at initialization, pass in the blacklist at [device launch](#10-initialize-the-url-blacklist-at-device-launch). +Disable [EarlGrey's network synchronization mechanism](https://github.com/google/EarlGrey/blob/master/docs/api.md#network) on preferred endpoints. Useful if you want to on skip over synchronizing on certain URLs. To disable endpoints at initialization, pass in the blacklist at [device launch](#11-detoxurlblacklistregexinitialize-the-url-blacklist-at-app-launch). + ```js await device.setURLBlacklist(['.*127.0.0.1.*']);