diff options
Diffstat (limited to 'docs/html/guide/appendix/faq/commontasks.jd')
-rw-r--r-- | docs/html/guide/appendix/faq/commontasks.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/appendix/faq/commontasks.jd b/docs/html/guide/appendix/faq/commontasks.jd index b3dc236..200a93f 100644 --- a/docs/html/guide/appendix/faq/commontasks.jd +++ b/docs/html/guide/appendix/faq/commontasks.jd @@ -60,9 +60,9 @@ applications included in the SDK, in the <code><sdk>/samples/</code> folder in the SDK.</p> <p>Finally, a great way to started with Android development in Eclipse is to -follow both the <a href="{@docRoot}guide/tutorials/hello-world.html">Hello, +follow both the <a href="{@docRoot}resources/tutorials/hello-world.html">Hello, World</a> and <a -href="{@docRoot}guide/tutorials/notepad/index.html">Notepad</a> code +href="{@docRoot}resources/tutorials/notepad/index.html">Notepad</a> code tutorials. In particular, the start of the Hello Android tutorial is an excellent introduction to creating a new Android application in Eclipse.</p> |