Skip to content

Commit 9be0105

Browse files
committed
docs: fix several links
Change-Id: I89d9fd64dc22c90680bb05415cc966c255165af9
1 parent 3cd4624 commit 9be0105

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

core/java/android/animation/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</p>
99

1010
<p>For more information, see the
11-
<a href="{@docRoot}guide/topics/graphics/animation.html">Animation</a> developer guide.</p>
11+
<a href="{@docRoot}guide/topics/graphics/prop-animation.html">Animation</a> guide.</p>
1212
{@more}
1313

1414
<p>

core/java/android/app/admin/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<p>For more information, see the
88
<a href="{@docRoot}guide/topics/admin/device-admin.html">Device Administration</a>
9-
developer guide.</p>
9+
guide.</p>
1010
{@more}
1111

1212
</BODY>

core/java/android/app/backup/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
application is reinstalled.</p>
77

88
<p>For more information, see the <a
9-
href="{@docRoot}guide/topics/data/backup.html">Data Backup</a> developer guide.</p>
9+
href="{@docRoot}guide/topics/data/backup.html">Data Backup</a> guide.</p>
1010
{@more}
1111

1212
<p>All backup and restore operations are controlled by the {@link

core/java/android/appwidget/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
launching a new activity.</p>
55

66
<p>For more information, see the
7-
<a href="{@docRoot}guide/topics/appwidgets/index.html">App Widgets</a> developer guide.</p>
7+
<a href="{@docRoot}guide/topics/appwidgets/index.html">App Widgets</a> guide.</p>
88
{@more}
99

1010
<p>The behavior of an app widget is published by an "app widget provider." An "app widget host" is

core/java/android/bluetooth/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
devices, connecting with devices, and managing data transfer between devices.</p>
55

66
<p>For more information, see the
7-
<a href="{@docRoot}guide/topics/wireless/bluetooth.html">Bluetooth</a> developer guide.</p>
7+
<a href="{@docRoot}guide/topics/connectivity/bluetooth.html">Bluetooth</a> guide.</p>
88
{@more}
99

1010
<p>The Bluetooth APIs let applications:</p>

core/java/android/content/res/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(orientation, input types, etc.) that affect how the application may behave.</p>
77

88
<p>For more information, see the <a
9-
href="{@docRoot}guide/topics/resources/index.html">Application Resources</a> developer guide.</p>
9+
href="{@docRoot}guide/topics/resources/index.html">Application Resources</a> guide.</p>
1010
{@more}
1111
</BODY>
1212
</HTML>

core/java/android/hardware/usb/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Android-powered devices.</p>
55

66
<p>For more information, see the
7-
<a href="{@docRoot}guide/topics/usb/index.html">USB</a> developer guide.</p>
7+
<a href="{@docRoot}guide/topics/connectivity/usb/index.html">USB</a> guide.</p>
88
{@more}
99

1010
<p>Use {@link android.hardware.usb.UsbManager} to access the state of the USB and to

core/java/android/nfc/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
NDEF message in NFC tags. A "tag" may actually be another device that appears as a tag.</p>
55

66
<p>For more information, see the
7-
<a href="{@docRoot}guide/topics/nfc/index.html">Near Field Communication</a> developer guide.</p>
7+
<a href="{@docRoot}guide/topics/connectivity/nfc/index.html">Near Field Communication</a> guide.</p>
88
{@more}
99

1010
<p>Here's a summary of the classes:</p>

core/java/android/test/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p>A framework for writing Android test cases and suites.</p>
44

55
<p>For more information, see the
6-
<a href="{@docRoot}guide/topics/testing/index.html">Testing</a> developer guide.</p>
6+
<a href="{@docRoot}tools/testing/index.html">Testing</a> developer guide.</p>
77
{@more}
88

99
</BODY>

core/java/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<body>
2-
These are the Android APIs.
2+
These are the Android APIs. See all <a href="classes.html">API classes</a>.
33
</body>

0 commit comments

Comments
 (0)