diff --git a/docs/html/distribute/googleplay/edu/start.jd b/docs/html/distribute/googleplay/edu/start.jd
index 419d5ea396971..78b87396bdd44 100644
--- a/docs/html/distribute/googleplay/edu/start.jd
+++ b/docs/html/distribute/googleplay/edu/start.jd
@@ -57,8 +57,8 @@ comply with, including
policies, the developer agreement, and Google Play for Education Addendum.
+href="https://play.google.com/about/developer-distribution-agreement-addendum.html"
+target="_policies">Google Play for Education Addendum.
2. Design and develop a great app for education
@@ -129,8 +129,8 @@ Policies and the Developer Distribution Agreement,
including a Google Play for Education
+href="https://play.google.com/about/developer-distribution-agreement-addendum.html"
+target="_policies">Google Play for Education
Addendum. If you are not familiar with these policy documents or the
Addendum, make sure to read them before opting-in.
diff --git a/docs/html/distribute/googleplay/publish/localizing.jd b/docs/html/distribute/googleplay/publish/localizing.jd
index a7f197645c28a..29b27c866ac01 100644
--- a/docs/html/distribute/googleplay/publish/localizing.jd
+++ b/docs/html/distribute/googleplay/publish/localizing.jd
@@ -111,8 +111,8 @@ UI for more information.
In cases where your UI can't accommodate text in one of your target
languages, you can create an alternative layout for that language only.
+href="{@docRoot}guide/topics/resources/providing-resources.html#AlternativeResources">alternative
+layout for that language only.
Android makes it easy to declare sets of layouts and other resources to load for
specific languages, locales, screen sizes, and so on, simply by tagging them
with the appropriate resource qualifiers.
diff --git a/docs/html/distribute/googleplay/quality/tablet.jd b/docs/html/distribute/googleplay/quality/tablet.jd
index 36e7345976bdb..fe046d48aad13 100644
--- a/docs/html/distribute/googleplay/quality/tablet.jd
+++ b/docs/html/distribute/googleplay/quality/tablet.jd
@@ -501,8 +501,11 @@ to a replacement feature (also see the section below on hardware features).
To ensure the broadest possible distribution to tablets, make sure that your
app properly targets the Android versions that support tablets. Initial support for
-tablets was added in Android 3.0 (API level 11). Unified UI
-framework support for tablets, phones, and other devices was introduced in Android 4.0 (API level 14) and is supported in later versions.
+tablets was added in Android 3.0
+(API level 11). Unified UI
+framework support for tablets, phones, and other devices was introduced in Android 4.0 (API level 14) and is
+supported in later versions.
You can set the app's
range of targeted Android versions in the manifest file, in the
@@ -809,7 +812,7 @@ element in your app.
Device Art
+ "{@docRoot}distribute/promote/device-art.html">Device Art
Generator—Drag and drop tool that lets you instantly create production-
ready art showing your app running on a tablet device.
diff --git a/docs/html/google/gcm/ccs.jd b/docs/html/google/gcm/ccs.jd
index 0cadbd245c16b..9c5961c55ab20 100644
--- a/docs/html/google/gcm/ccs.jd
+++ b/docs/html/google/gcm/ccs.jd
@@ -29,7 +29,7 @@ page.title=GCM Cloud Connection Server
See Also
-- Getting Started
+- Getting Started
- CCS and User Notifications Signup Form
diff --git a/docs/html/google/gcm/notifications.jd b/docs/html/google/gcm/notifications.jd
index df171cfea52d1..5171850422488 100644
--- a/docs/html/google/gcm/notifications.jd
+++ b/docs/html/google/gcm/notifications.jd
@@ -29,7 +29,7 @@ page.title=User Notifications
See Also
-- Getting Started
+- Getting Started
- CCS and User Notifications Signup Form
diff --git a/docs/html/google/play/billing/v2/billing_subscriptions.jd b/docs/html/google/play/billing/v2/billing_subscriptions.jd
index db18a53f88632..9c86e20085711 100644
--- a/docs/html/google/play/billing/v2/billing_subscriptions.jd
+++ b/docs/html/google/play/billing/v2/billing_subscriptions.jd
@@ -11,12 +11,12 @@ excludeFromSuggestions=true
Application Model
Purchase Token
Checking the In-app Billing API Version
- Purchasing a Subscription
+ Purchasing a Subscription
Restoring Transactions
Checking Subscription Validity
Letting Users Cancel or View Status
Recurring Billing and Changes in Purchase State
- Modifying Your App for Subscriptions
+ Modifying Your App for Subscriptions
diff --git a/docs/html/tools/support-library/setup.jd b/docs/html/tools/support-library/setup.jd
index 6cca897557ffb..a7f068ec3a0a0 100644
--- a/docs/html/tools/support-library/setup.jd
+++ b/docs/html/tools/support-library/setup.jd
@@ -10,7 +10,7 @@ page.title=Support Library Setup
- Downloading the Support Library
- Choosing Support Libraries
- - Adding Support Libraries
+
- Adding Support Libraries
- Adding libraries without resources
- Adding libraries with resources
@@ -90,9 +90,9 @@ Android Support Library selected.
each Support Library you want to use.
Some Support Libraries contain resources beyond compiled code classes, such as images or XML
- files. For example, the v7
- appcompat and v7 gridlayout
- libraries include resources.
+ files. For example, the v7
+ appcompat and v7
+ gridlayout libraries include resources.
If you are not sure if a library contains resources, check the
Support Library Features page.
diff --git a/docs/html/training/gestures/scroll.jd b/docs/html/training/gestures/scroll.jd
index 3e3aa14f161db..09fcc4ee7a6c2 100644
--- a/docs/html/training/gestures/scroll.jd
+++ b/docs/html/training/gestures/scroll.jd
@@ -95,7 +95,7 @@ two different types of scrolling, dragging and flinging:
finger across the touch screen. Simple dragging is often implemented by overriding
{@link android.view.GestureDetector.OnGestureListener#onScroll onScroll()} in
{@link android.view.GestureDetector.OnGestureListener}. For more discussion of dragging, see
-Dragging and Scaling.
+Dragging and Scaling.
- Flinging is the type of scrolling that occurs when a user
drags and lifts her finger quickly. After the user lifts her finger, you generally
diff --git a/docs/html/training/load-data-background/index.jd b/docs/html/training/load-data-background/index.jd
index 221ae57da30ed..29108e8eccc1b 100644
--- a/docs/html/training/load-data-background/index.jd
+++ b/docs/html/training/load-data-background/index.jd
@@ -54,7 +54,8 @@ startpage=true
This class describes how to use a {@link android.support.v4.content.CursorLoader} to run a
- background query. Examples in this class use the {@link android.support.v4 v4 support library}
+ background query. Examples in this class use the v4 Support Library
versions of classes, which support platforms starting with Android 1.6.
Lessons