diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 23:11:43 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-10 23:11:43 +0000 |
commit | 89c7a1c8efe0f6d752c2ceb5907423318a6b324c (patch) | |
tree | 81f2e086f11d1946a70d3ed207861eb0a2100b58 /remoting | |
parent | db208104b734860dfb211e4d2bb8a92e0fbe9d4b (diff) | |
download | chromium_src-89c7a1c8efe0f6d752c2ceb5907423318a6b324c.zip chromium_src-89c7a1c8efe0f6d752c2ceb5907423318a6b324c.tar.gz chromium_src-89c7a1c8efe0f6d752c2ceb5907423318a6b324c.tar.bz2 |
Fixed PIN safety URL.
BUG=169074
Review URL: https://codereview.chromium.org/11819040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index 1a45c86..26fa487 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -302,7 +302,7 @@ found in the LICENSE file. </span> </div> <div class="box"> - <a href="https://support.google.com/chrome/?p=ui_pin_safety" + <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523" target="_blank" id="why-is-this-safe" i18n-content="WHY_IS_THIS_SAFE"></a> |