From 2f0f0386684e7a5bf4f26e47e6c6f8f5d3b4494a Mon Sep 17 00:00:00 2001 From: Miguel de Moura Date: Sun, 4 Feb 2018 20:27:43 +0000 Subject: [PATCH] Update hyperlink auditing HTML spec url (#942) --- src/js/traffic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/traffic.js b/src/js/traffic.js index 3610c43..c894191 100644 --- a/src/js/traffic.js +++ b/src/js/traffic.js @@ -194,7 +194,7 @@ var onBeforeSendHeadersHandler = function(details) { // in request log. This way the user is better informed of what went // on. - // https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing + // https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing // // Target URL = the href of the link // Doc URL = URL of the document containing the target URL