Commit 06242552 authored by Josiah K's avatar Josiah K Committed by Commit Bot

Update http to https for ChromeVox Tutorial Link

AX-Relnotes: Update http to https for ChromeVox Tutorial Link (tiny security fix)
Change-Id: Ia0d40e04f7165127d4f0b8e3db4e29cb96c40ded
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2387408
Commit-Queue: Josiah Krutz <josiahk@google.com>
Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#803907}
parent 2e4742ed
...@@ -359,7 +359,7 @@ cvox.ChromeVoxBackground.prototype.addBridgeListener = function() { ...@@ -359,7 +359,7 @@ cvox.ChromeVoxBackground.prototype.addBridgeListener = function() {
chrome.tabs.create(explorerPage); chrome.tabs.create(explorerPage);
break; break;
case 'HelpDocs': case 'HelpDocs':
var helpPage = {url: 'http://chromevox.com/tutorial/index.html'}; var helpPage = {url: 'https://chromevox.com/tutorial/index.html'};
chrome.tabs.create(helpPage); chrome.tabs.create(helpPage);
break; break;
case 'Options': case 'Options':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment