From 3402fe712c4b60ac07591a446f9aaa6018872fd4 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Fri, 9 Oct 2020 03:59:43 -0700 Subject: [PATCH] docs: update link to `did-fail-load` events (#25794) * docs: update link to `did-fail-load` events * Update docs/api/web-contents.md Co-authored-by: Vlad Hashimoto Co-authored-by: Vlad Hashimoto --- docs/api/web-contents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index c64a1dcf6986..c4f033ff7b20 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -70,7 +70,7 @@ Returns: * `frameRoutingId` Integer This event is like `did-finish-load` but emitted when the load failed. -The full list of error codes and their meaning is available [here](https://code.google.com/p/chromium/codesearch#chromium/src/net/base/net_error_list.h). +The full list of error codes and their meaning is available [here](https://source.chromium.org/chromium/chromium/src/+/master:net/base/net_error_list.h). #### Event: 'did-fail-provisional-load'