diff options
author | Dirk Dougherty <ddougherty@google.com> | 2009-12-10 16:25:06 -0800 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2009-12-14 11:40:02 -0800 |
commit | 22558d0be8210aee1a2ab64b374bb357d4123acd (patch) | |
tree | 68e6a9df29fa6c86447366cdcd4e537dc0ba1389 /docs/html/guide/basics | |
parent | 54bb575e85d1e40efbfbb868f37553cdd8ed318f (diff) | |
download | frameworks_base-22558d0be8210aee1a2ab64b374bb357d4123acd.zip frameworks_base-22558d0be8210aee1a2ab64b374bb357d4123acd.tar.gz frameworks_base-22558d0be8210aee1a2ab64b374bb357d4123acd.tar.bz2 |
sdk doc change for esr: Add "resources" tab content. Fix links pointing to the old locations. Change Android.mk to output samples files to resources/samples. Misc other fixes.
Bug: 2160782
Change-Id: Ib1eb2e9e3fe3a7b2ad16387dbf888646a1195221
Diffstat (limited to 'docs/html/guide/basics')
-rw-r--r-- | docs/html/guide/basics/what-is-android.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/basics/what-is-android.jd b/docs/html/guide/basics/what-is-android.jd index 668e62e..9393fab 100644 --- a/docs/html/guide/basics/what-is-android.jd +++ b/docs/html/guide/basics/what-is-android.jd @@ -64,7 +64,7 @@ to be replaced by the user.</p> <p>Underlying all applications is a set of services and systems, including: <ul> <li>A rich and extensible set of <a - href="{@docRoot}guide/tutorials/views/index.html">Views</a> that can be used to + href="{@docRoot}resources/tutorials/views/index.html">Views</a> that can be used to build an application, including lists, grids, text boxes, buttons, and even an embeddable web browser</li> <li><a href="{@docRoot}guide/topics/providers/content-providers.html">Content @@ -80,7 +80,7 @@ to be replaced by the user.</p> </ul> <p>For more details and a walkthrough of an application, see the <a -href="{@docRoot}guide/tutorials/notepad/index.html">Notepad Tutorial</a>.</p> +href="{@docRoot}resources/tutorials/notepad/index.html">Notepad Tutorial</a>.</p> <a name="libraries" id="libraries"></a> <h2>Libraries</h2> |