diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-11-01 10:51:59 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2013-11-01 18:16:29 +0000 |
commit | f385d2fdb175b027d682876b9c784881f679d3f7 (patch) | |
tree | 4e11b00f9a1f635813e33a71540b7ded47526049 | |
parent | f3db5a80ccdfe7478812ba791c931a7202c12b0b (diff) | |
download | frameworks_base-f385d2fdb175b027d682876b9c784881f679d3f7.zip frameworks_base-f385d2fdb175b027d682876b9c784881f679d3f7.tar.gz frameworks_base-f385d2fdb175b027d682876b9c784881f679d3f7.tar.bz2 |
Doc change: remove staging urls for chrome and wallet sites.
Change-Id: I804d0386a3a518052ac8265cad9d20a8d1f6d462
(cherry picked from commit 35a59683cf1e77dc794dfc51a5259743c6d07be8)
-rw-r--r-- | docs/html/about/versions/kitkat.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/about/versions/kitkat.jd b/docs/html/about/versions/kitkat.jd index 908cccd..6c6cb6c 100644 --- a/docs/html/about/versions/kitkat.jd +++ b/docs/html/about/versions/kitkat.jd @@ -589,7 +589,7 @@ window.onhashchange = function () { <p stydle="clear:both;"> In addition, the new Chromium WebView supports remote debugging using <a class="external-link" href= - "https://devsite.googleplex.com/chrome-developer-tools/docs/remote-debugging#debugging-webviews"> + "https://developers.google.com/chrome-developer-tools/docs/remote-debugging#debugging-webviews"> Chrome DevTools</a>. For example, you can use Chrome DevTools on your development machine to inspect, debug, and analyze your WebView content live on a mobile device. |