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

Commit 13033ea5 authored by Scott Main's avatar Scott Main
Browse files

docs: fix misc broken links

Change-Id: Id7d0ee36398aca452ceb2c3d15982397f58a06c6
parent a460a9ac
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -32,8 +32,9 @@ backwards through the fragment states, without leaving the activity.</p>
action bar.</p>

<p>For information about using some the classes in this package, see the following
documents: <a href="{@docRoot}guide/topics/fundamentals/index.html">Application
Fundamentals</a> (for activities, services, and fragments), <a
documents: <a href="{@docRoot}guide/topics/fundamentals/activities.html">Activities</a>, <a
href="{@docRoot}guide/topics/fundamentals/services.html">Services</a>, <a
href="{@docRoot}guide/topics/fundamentals/fragments.html">Fragments</a>, <a
href="{@docRoot}guide/topics/ui/actionbar.html">Using the Action Bar</a>, <a
href="{@docRoot}guide/topics/ui/dialogs.html">Creating Dialogs</a>, and <a
href="{@docRoot}guide/topics/ui/notifiers/index.html">Notifying the User</a>.</p>
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ application package, including information about its activities,
permissions, services, signatures, and providers.</p>
<p>Most of the information about an application package is defined by its manifest file. For
more information, see the <a
href="{@docRoot}guide/topics/manifest/guide/topics/manifest/manifest-intro.html">AndroidManifest.xml
File</a> documentation.</p>
href="{@docRoot}guide/topics/manifest/manifest-intro.html">AndroidManifest.xml File</a>
documentation.</p>
</BODY>
</HTML>
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@ import java.util.Calendar;
 * or 'P' to pick. For a dialog using this view, see
 * {@link android.app.TimePickerDialog}.
 *<p>
 * See the <a href="{@docRoot}
 * resources/tutorials/views/hello-timepicker.html">Time Picker tutorial</a>.
 * See the <a href="{@docRoot}resources/tutorials/views/hello-timepicker.html">Time Picker
 * tutorial</a>.
 * </p>
 */
@Widget
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ page.title=Testing from Eclipse with ADT
    basic processes for creating and running applications with ADT, as described in
    <a href="{@docRoot}guide/developing/projects/projects-eclipse.html">Managing Projects from
Eclipse</a>
    and <a href="guide/developing/building/building-eclipse.html">Building and Running from
Eclipse</a>.
    and <a href="{@docRoot}guide/developing/building/building-eclipse.html">Building and Running
from Eclipse</a>.
    You may also want to read
    <a href="{@docRoot}guide/topics/testing/testing_android.html">Testing Fundamentals</a>,
    which provides an overview of the Android testing framework.
+9 −8
Original line number Diff line number Diff line
@@ -518,7 +518,7 @@ Android Virtual Devices.</li>
</ol>

<p>If you are not familiar with AVDs or how to use them, see <a
href="{@docRoot}guide/developing/devices/index.html">Creating and Managing Virtual Devices</a>.</p>
href="{@docRoot}guide/developing/devices/index.html">Managing Virtual Devices</a>.</p>

<h4 id="project-update">Updating your project configuration</h4>

@@ -629,7 +629,7 @@ share its code and resources across multiple applications. </p>

<p style="margin-top:.5em;">If you aren't familiar with library projects or how
to use them, see <a href="{@docRoot}guide/developing/projects/index.html#LibraryProjects">
Creating and Managing Projects</a>.
Managing Projects</a>.
</p>
</div>
</div>
@@ -666,8 +666,9 @@ predefined as a library project in its <code>default.properties</code> file, so
no further configuration is needed. </p>

<p>For more information about how to create an application project or work with
library projects in Eclipse, see <a href="{@docRoot}guide/developing/projects/projects-eclipse.html">
Creating and Managing Projects in Eclipse</a></p>.
library projects in Eclipse, see <a
href="{@docRoot}guide/developing/projects/projects-eclipse.html">Managing Projects from
Eclipse with ADT</a></p>.

<h4>Copying the LVL sources to your application</h4>

@@ -698,8 +699,8 @@ haven't done that already, do it now before continuing. </p>
Select the "Android" properties group and click <strong>Add</strong>, then
choose the LVL library project (com_android_vending_licensing) and click
<strong>OK</strong>. For more information, see 
<a href="{@docRoot}developing/projects/projects-eclipse.html#SettingUpLibraryProject">
Creating and Managing Projects in Eclipse</a></p>.
<a href="{@docRoot}guide/developing/projects/projects-eclipse.html#SettingUpLibraryProject">
Managing Projects from Eclipse with ADT</a></p>.

<div style="margin-bottom:2em;">

@@ -727,8 +728,8 @@ properties, including the reference to the library project:</p>
</pre>

<p>For more information about working with library projects, 
see <a href="{@docRoot}developing/projects/projects-cmdline.html#SettingUpLibraryProject">
Creating and Managing Projects on the Command Line</a></p>.
see <a href="{@docRoot}guide/developing/projects/projects-cmdline.html#SettingUpLibraryProject">
Managing Projects from the Command Line</a></p>.


<h2 id="app-integration">Integrating the LVL with Your Application</h2>
Loading