am d7abd97f: fix broken links

* commit 'd7abd97f64fd35d333655b5b71c0844a1e7a4d97':
  fix broken links
This commit is contained in:
Scott Main
2013-11-07 05:19:39 +00:00
committed by Android Git Automerger
11 changed files with 16 additions and 16 deletions

View File

@ -28,8 +28,8 @@ you develop a great app for students that offers compelling content and an
intuitive user experience on Android tablets.</p>
<p>In addition, ensure that your app complies with the terms of a <a
href="https://play.google.com/about/developer-distribution-agreement-addendum.
html" target="_policies">Google Play for Education Addendum</a>, as well as
href="https://play.google.com/about/developer-distribution-agreement-addendum.html"
target="_policies">Google Play for Education Addendum</a>, as well as
the standard <a
href="http://play.google.com/about/developer-content-policy.html"
target="_policies">Google Play Developer Program Policies</a> and <a

View File

@ -293,7 +293,7 @@ usage.</p>
<tr>
<td><p>Related resources:</p>
<ul style="margin-top:-.5em;">
<li><strong><a href="{@docRoot}topics/resources/string-resource.html">String Resources</a></strong> &mdash; Developer guide explaining how to use string resources in your UI.</li>
<li><strong><a href="{@docRoot}guide/topics/resources/string-resource.html">String Resources</a></strong> &mdash; Developer guide explaining how to use string resources in your UI.</li>
<li><strong><a href="{@docRoot}design/style/writing.html">Writing Style</a></strong> &mdash; Android Design guidelines for voice and style in your UI.</li>
<li><strong><a class="external-link" href="http://en.wikipedia.org/wiki/XLIFF">XML Localisation Interchange File Format (XLIFF)</a></strong> &mdash; Background information on XLIFF.</li>
</ul>

View File

@ -671,7 +671,7 @@ appreciate that you are serious about improving the quality of your app. </li>
<li><strong><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=113477&topic=2364761&ctx=topic">Supporting your users
</a></strong> &mdash; Help Center document describing options for supporting users.</li>
<li><strong><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=1153479">In-app Billing</a></strong> &mdash; Help Center document describing how to correctly set up In-app Billing.</li>
<li><strong><a href="https://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=138001">Issuing Refunds</a></strong> &mdash; -- Help Center document describing how to issue refunds.</li>
<li><strong><a href="https://support.google.com/payments/answer/2741495?rd=1">Issuing Refunds</a></strong> &mdash; -- Help Center document describing how to issue refunds.</li>
</ul>
</td>
</tr>

View File

@ -55,7 +55,7 @@ header.hide=0
<div style="width:700px;">
<p style="margin-top:26px;
margin-bottom:12px;">
Bangalore-based developers <a href="//play-next-dogfood.corp.google.com/store/apps/details?id=in.redbus.android">redBus.in</a> are bringing the sophistication and convenience of air-travel booking to bus transit. Hear how Android is helping them deliver a superior travel experience to millions of daily bus riders in India.</p>
Bangalore-based developers <a href="//play.google.com/store/apps/details?id=in.redbus.android">redBus.in</a> are bringing the sophistication and convenience of air-travel booking to bus transit. Hear how Android is helping them deliver a superior travel experience to millions of daily bus riders in India.</p>
</div>
<iframe style="float:left;
margin-right:24px;

View File

@ -32,10 +32,10 @@ page.title=GCM Cloud Connection Server (XMPP)
<h2>See Also</h2>
<ol class="toc">
<li><a href="{@docRoot}google/play-services/gcm/http.html">HTTP</a></li>
<li><a href="{@docRoot}google/play-services/gcm/gs.html">Getting Started</a></li>
<li><a href="{@docRoot}google/play-services/gcm/server.html">Implementing GCM Server</a></li>
<li><a href="{@docRoot}google/play-services/gcm/client.html">Implementing GCM Client</a></li>
<li><a href="{@docRoot}google/gcm/http.html">HTTP</a></li>
<li><a href="{@docRoot}google/gcm/gs.html">Getting Started</a></li>
<li><a href="{@docRoot}google/gcm/server.html">Implementing GCM Server</a></li>
<li><a href="{@docRoot}google/gcm/client.html">Implementing GCM Client</a></li>
<li><a href="https://services.google.com/fb/forms/gcm/" class="external-link"
target="_android">CCS and User Notifications Signup Form</a></li>
</ol>

File diff suppressed because one or more lines are too long

View File

@ -2822,7 +2822,7 @@ later)</li>
<p>Before you get started make sure that you have downloaded the latest <a href=
"{@docRoot}sdk/index.html">Android SDK</a> and upgraded your applications and environment as
needed. The NDK is compatible with older platform versions but not older versions of the SDK tools.
Also, take a moment to review the <a href="{@docRoot}tools/sdk/ndk/overview.html#reqs">System and
Also, take a moment to review the <a href="#Reqs">System and
Software Requirements</a>
for the NDK, if you haven't already.</p>

View File

@ -139,7 +139,7 @@ trainingnavtop=true
&lt;uses-feature android:name="android.hardware.nfc" android:required="false" /&gt;</pre>
<p>
If you set the attribute
<code><a href="guide/topics/manifest/uses-feature-element.html#required"
<code><a href="{@docRoot}guide/topics/manifest/uses-feature-element.html#required"
>android:required</a>="false"</code>, you must test for NFC support and Android Beam file
transfer support in code.
</p>

View File

@ -22,7 +22,7 @@ next.link=custom-drawing.html
<h2>You should also read</h2>
<ul>
<li><a href="{@docRoot}/guide/topics/ui/custom-components.html">Custom Components</a>
<li><a href="{@docRoot}guide/topics/ui/custom-components.html">Custom Components</a>
</li>
</ul>
<h2>Try it out</h2>

View File

@ -95,7 +95,7 @@ two different types of scrolling, dragging and flinging:</p>
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
<a href="dragging.html">Dragging and Scaling</a>.</li>
<a href="scale.html">Dragging and Scaling</a>.</li>
<li><strong>Flinging</strong> is the type of scrolling that occurs when a user
drags and lifts her finger quickly. After the user lifts her finger, you generally

View File

@ -11,7 +11,7 @@ trainingnavtop=true
<ol>
<li><a href="#TurnOnMockMode">Turn On Mock Mode</a></li>
<li><a href="#SendMockLocations">Send Mock Locations</a></li>
<li><a href="RunProvider">Run the Mock Location Provider App</a></li>
<li><a href="#RunProvider">Run the Mock Location Provider App</a></li>
<li><a href="#TestingTips">Testing Tips</a>
</ol>
@ -62,7 +62,7 @@ trainingnavtop=true
The best way to use mock locations is to send them from a separate mock location provider app.
This lesson includes a provider app that you can download and use to test your own software.
Modify the provider app as necessary to suit your own needs. Some ideas for providing test data
to the app are listed in the section <a href="TestData">Managing test data</a>.
to the app are listed in the section <a href="#TestData">Managing test data</a>.
</p>
<p>
The remainder of this lesson shows you how to turn on mock mode and use a location client to