From 3b5b572f360641f672593e1c770dc35eba11ca2e Mon Sep 17 00:00:00 2001 From: Alexey Petrenko Date: Tue, 4 Oct 2016 11:40:06 +0500 Subject: [PATCH] Fixed broken link --- src/_locales/en/messages.json | 4 ++-- src/js/traffic.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index bed0364..e956e23 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -145,7 +145,7 @@ "description": "" }, "statsPageHyperlinkAuditingFoiled" : { - "message": "Hyperlink auditing attempts foiled: {{count}}", + "message": "Hyperlink auditing attempts foiled: {{count}}", "description": "" }, "statsPageCookiesRemoved" : { @@ -380,7 +380,7 @@ "description": "" }, "privacyProcessHyperlinkAuditingPrompt" : { - "message": "Block all hyperlink auditing attempts.", + "message": "Block all hyperlink auditing attempts.", "description": "" }, "privacyProcessHyperlinkAuditingHelp" : { diff --git a/src/js/traffic.js b/src/js/traffic.js index 7dc36e9..9625bcb 100644 --- a/src/js/traffic.js +++ b/src/js/traffic.js @@ -178,7 +178,7 @@ var onBeforeSendHeadersHandler = function(details) { // in request log. This way the user is better informed of what went // on. - // http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hyperlink-auditing + // https://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing // // Target URL = the href of the link // Doc URL = URL of the document containing the target URL