Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef2b7fa2 authored by Scott Main's avatar Scott Main Committed by Android (Google) Code Review
Browse files

Merge "docs: move FAQ and old notepad tutorial to other places where we can...

Merge "docs: move FAQ and old notepad tutorial to other places where we can properly redirect. This way the docs are accessible from existing links and they at least appear with a sidenav Also resolve a bunch of links to the notepad docs." into jb-dev
parents f0d68a97 64b11883
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}resources/tutorials/notepad/index.html">Notepad Tutorial</a>.</p>
href="{@docRoot}training/notepad/index.html">Notepad Tutorial</a>.</p>
    
<a name="libraries" id="libraries"></a>
<h2>Libraries</h2>
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ 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}resources/tutorials/hello-world.html">Hello,
World</a> and <a
href="{@docRoot}resources/tutorials/notepad/index.html">Notepad</a> code
href="{@docRoot}training/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>

Loading