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

Commit 27c57555 authored by Scott Main's avatar Scott Main
Browse files

fix misc broken links

Change-Id: Iecd3462e752eddd0aa2feea3a7e9cf5ff2d92dd3
parent cc0be914
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -57,8 +57,8 @@ comply with, including
policies</a>, the <a
href="http://play.google.com/about/developer-distribution-agreement.html"
target="_policies">developer agreement</a>,  and <a
href="https://play.google.com/about/developer-distribution-agreement-addendum.
html" target="_policies">Google Play for Education Addendum</a>.</p>
href="https://play.google.com/about/developer-distribution-agreement-addendum.html"
target="_policies">Google Play for Education Addendum</a>.</p>

<h3 id="developing">2. Design and develop a great app for education</h3>

@@ -129,8 +129,8 @@ Policies</a> and the <a
href="http://play.google.com/about/developer-distribution-agreement.html"
target="_policies">Developer Distribution Agreement</a>,
including a <a
href="https://play.google.com/about/developer-distribution-agreement-addendum.
html" target="_policies">Google Play for Education
href="https://play.google.com/about/developer-distribution-agreement-addendum.html"
target="_policies">Google Play for Education
Addendum</a>. If you are not familiar with these policy documents or the
Addendum, make sure to read them before opting-in. </p>

+2 −2
Original line number Diff line number Diff line
@@ -111,8 +111,8 @@ UI</a> for more information.</p>

<p>In cases where your UI can't accommodate text in one of your target
languages, you can create an <a
href="{@docRoot}guide/topics/resources/providing-resources.
html#AlternativeResources">alternative layout</a> for that language only.
href="{@docRoot}guide/topics/resources/providing-resources.html#AlternativeResources">alternative
layout</a> 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. </p>
+6 −3
Original line number Diff line number Diff line
@@ -501,8 +501,11 @@ to a replacement feature (also see the section below on hardware features).</li>

<p>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 <a href="{@docRoot}about/versions/android-3.0">Android 3.0</a> (API level 11). Unified UI
framework support for tablets, phones, and other devices was introduced in <a href="{@docRoot}about/versions/android-4.0">Android 4.0</a> (API level 14) and is supported in later versions.
tablets was added in <a href="{@docRoot}about/versions/android-3.0.html">Android 3.0</a>
(API level 11). Unified UI
framework support for tablets, phones, and other devices was introduced in <a
href="{@docRoot}about/versions/android-4.0.html">Android 4.0</a> (API level 14) and is
supported in later versions.

<p>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.</p>
    </li>
    <li>
      <a href=
      "{@docRoot}distribute/googleplay/promote/device-art.html">Device Art
      "{@docRoot}distribute/promote/device-art.html">Device Art
      Generator</a>&mdash;Drag and drop tool that lets you instantly create production-
      ready art showing your app running on a tablet device. 
    </li>
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ page.title=GCM Cloud Connection Server
<h2>See Also</h2>

<ol class="toc">
<li><a href="{@docRoot}google/play-services/gcm/gs.html">Getting Started</a></li>
<li><a href="{@docRoot}google/gcm/gs.html">Getting Started</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>

+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ page.title=User Notifications
<h2>See Also</h2>

<ol class="toc">
<li><a href="{@docRoot}google/play-services/gcm/gs.html">Getting Started</a></li>
<li><a href="{@docRoot}google/gcm/gs.html">Getting Started</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>

Loading