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

Commit 64b11883 authored by Scott Main's avatar Scott Main
Browse files

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.

Change-Id: I828e0bb8df32ee5658cae22c8f34b9fc1512fbae
parent 9a8a28aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -80,7 +80,7 @@ to be replaced by the user.</p>
</ul>
</ul>


<p>For more details and a walkthrough of an application, see the <a
<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>
<a name="libraries" id="libraries"></a>
<h2>Libraries</h2>
<h2>Libraries</h2>
+1 −1
Original line number Original line 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
<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,
follow both the <a href="{@docRoot}resources/tutorials/hello-world.html">Hello,
World</a> and <a
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
tutorials. In particular, the start of the Hello Android tutorial is an
excellent introduction to creating a new Android application in Eclipse.</p>
excellent introduction to creating a new Android application in Eclipse.</p>


Loading