diff options
author | Quddus Chong <quddusc@google.com> | 2015-08-17 10:42:34 -0700 |
---|---|---|
committer | Quddus Chong <quddusc@google.com> | 2015-08-17 10:53:10 -0700 |
commit | a03567bfe0b2f71263e5facd0edc908bf43965cc (patch) | |
tree | 7ab9b8090afac67e07495927d1b47f6520e30fda /docs | |
parent | af46e1b404c1d4fea17a24e5a49f23a7d0c982f7 (diff) | |
download | frameworks_base-a03567bfe0b2f71263e5facd0edc908bf43965cc.zip frameworks_base-a03567bfe0b2f71263e5facd0edc908bf43965cc.tar.gz frameworks_base-a03567bfe0b2f71263e5facd0edc908bf43965cc.tar.bz2 |
docs: Fixed unclosed anchor tag for M Program Overview.
Change-Id: I632e999c0d32acbf5c5fce5377603069fea312f0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/preview/overview.jd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/preview/overview.jd b/docs/html/preview/overview.jd index 1e81456..c486b1c 100644 --- a/docs/html/preview/overview.jd +++ b/docs/html/preview/overview.jd @@ -164,7 +164,7 @@ page.tags="preview", "developer", "android" </li> <li> - <strong><a href="{@docRoot}preview/download.html">Preview 3</strong> (final APIs and official Android 6.0 SDK, available). + <strong><a href="{@docRoot}preview/download.html">Preview 3</a></strong> (final APIs and official Android 6.0 SDK, available). </li> </ul> @@ -338,10 +338,10 @@ page.tags="preview", "developer", "android" <p>Before releasing your app targeting API level 23, we strongly recommend distributing it to a group of testers through the new <a - href="http://android-developers.blogspot.com/2015/07/iterate-faster-on-google-play-with.html"> + href="http://android-developers.blogspot.com/2015/07/iterate-faster-on-google-play-with.html"> beta testing features available in the Google Play Developer Console. See the <a href="https://support.google.com/googleplay/android-developer/answer/3131213">Help - Center article</a> for more information. + Center article</a> for more information. </p> <h2 id="get_started"> |