summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/tutorials
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-02-02 18:11:55 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-02-02 18:11:55 -0800
commit28f69ee47ed80fe7c4792e59093116a97a1ea095 (patch)
treea0e35779398a15b33c7082c7314cb33d7707acea /docs/html/guide/tutorials
parent67501e77ad2ce2b46259758a6f03e6b768980fc4 (diff)
parent2e5fea59c29762227ba31b144bedf91f1384c968 (diff)
downloadframeworks_base-28f69ee47ed80fe7c4792e59093116a97a1ea095.zip
frameworks_base-28f69ee47ed80fe7c4792e59093116a97a1ea095.tar.gz
frameworks_base-28f69ee47ed80fe7c4792e59093116a97a1ea095.tar.bz2
am 2e5fea59: am ca69a634: fix broken links, update the dev guide intro, and update sitemap file
* commit '2e5fea59c29762227ba31b144bedf91f1384c968': fix broken links, update the dev guide intro, and update sitemap file
Diffstat (limited to 'docs/html/guide/tutorials')
-rw-r--r--docs/html/guide/tutorials/views/index.jd2
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&mdash;it will teach you many things you should know about basic
Android development and Eclipse features. More specifically, you should know:</p>
<ul>