diff options
author | Scott Main <smain@google.com> | 2011-02-02 17:43:24 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-02-02 17:43:24 -0800 |
commit | ca69a6340610bfd7e830ff9be64a74085aea037c (patch) | |
tree | 49096f3d0c1a24ce50369f00be08d09b62a56a03 /docs/html/guide/tutorials | |
parent | 94a6c689acb03ba01546a10933699bde22bb4a4c (diff) | |
download | frameworks_base-ca69a6340610bfd7e830ff9be64a74085aea037c.zip frameworks_base-ca69a6340610bfd7e830ff9be64a74085aea037c.tar.gz frameworks_base-ca69a6340610bfd7e830ff9be64a74085aea037c.tar.bz2 |
fix broken links, update the dev guide intro, and update sitemap file
Change-Id: Icf0c7772901f742c36ba417e07cc5e299f72849a
Diffstat (limited to 'docs/html/guide/tutorials')
-rw-r--r-- | docs/html/guide/tutorials/views/index.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/tutorials/views/index.jd b/docs/html/guide/tutorials/views/index.jd index 2248c68..4e76ab9 100644 --- a/docs/html/guide/tutorials/views/index.jd +++ b/docs/html/guide/tutorials/views/index.jd @@ -12,7 +12,7 @@ these kinds of boring bits so you can focus on developing the code that makes yo Of course, we'll discuss some of the given code so that it all makes sense.</p> <p>Note that a certain amount of knowledge is assumed for these tutorials. If you haven't -completed the <a href="{@docRoot}guide/tutorials/hello-world.html">Hello, World</a> tutorial, +completed the <a href="{@docRoot}resources/tutorials/hello-world.html">Hello, World</a> tutorial, please do so—it will teach you many things you should know about basic Android development and Eclipse features. More specifically, you should know:</p> <ul> |