diff options
author | Scott Main <smain@google.com> | 2011-10-18 16:57:32 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-10-18 16:57:32 -0700 |
commit | 19aad293c0dba4ed9a47939c487fecdd5318ef08 (patch) | |
tree | f4be1ef5f16842e32b83c3b64e117d5497ee1cfa /docs/html/guide/practices/optimizing-for-3.0.jd | |
parent | a25a99759774206ec8712af95bba9aec47034e0e (diff) | |
download | frameworks_base-19aad293c0dba4ed9a47939c487fecdd5318ef08.zip frameworks_base-19aad293c0dba4ed9a47939c487fecdd5318ef08.tar.gz frameworks_base-19aad293c0dba4ed9a47939c487fecdd5318ef08.tar.bz2 |
docs: fix misc broken links
Change-Id: Ie0406bce6c4f1fa03b16bba76ed82ac75bfbb5f7
Diffstat (limited to 'docs/html/guide/practices/optimizing-for-3.0.jd')
-rw-r--r-- | docs/html/guide/practices/optimizing-for-3.0.jd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/guide/practices/optimizing-for-3.0.jd b/docs/html/guide/practices/optimizing-for-3.0.jd index e968372..a24dba8 100644 --- a/docs/html/guide/practices/optimizing-for-3.0.jd +++ b/docs/html/guide/practices/optimizing-for-3.0.jd @@ -411,8 +411,8 @@ href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/Acti >Action Bar</a>: Samples that demonstrate various Action Bar features, such as tabs, logos, and action items.</li> <li><a -href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/content/ClipboardSample. -html">Clipboard</a>: An example of how to use the clipboard for copy and paste operations.</li> +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/content/ClipboardSample.html" +>Clipboard</a>: An example of how to use the clipboard for copy and paste operations.</li> <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/DragAndDropDemo.html"> Drag and Drop</a>: An example of how to perform drag and drop with new View events.</li> @@ -427,11 +427,11 @@ href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/animatio Property Animation</a>: Several samples using the new animation APIs to animate object properties.</li> <li><a -href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/SearchViewActionBar. -html">Search View Widget</a>: Example using the new search widget in the Action Bar (as an +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/SearchViewActionBar.html"> +Search View Widget</a>: Example using the new search widget in the Action Bar (as an "action view").</li> <li><a -href="{@docRoot}resources/samples/Renderscript/index.html">Renderscript</a>: Contains several +href="{@docRoot}resources/samples/RenderScript/index.html">Renderscript</a>: Contains several different applications that demonstrate using renderscript APIs for computations and 3D graphics.</li> </ul> |