Merge "docs: Fix broken links on M Preview." into mnc-preview-docs

This commit is contained in:
Joe Fernandez
2015-05-28 18:25:58 +00:00
committed by Android (Google) Code Review
2 changed files with 14 additions and 13 deletions

View File

@@ -189,7 +189,7 @@ This is the Android SDK Preview License Agreement (the “License Agreement”).
</p> </p>
<h2 id="#docs">Developer Documentation</h2> <h2 id="docs">Developer Documentation</h2>
<p> <p>
The developer documentation download package provides detailed API reference information and an API difference report for the preview. The developer documentation download package provides detailed API reference information and an API difference report for the preview.

View File

@@ -118,7 +118,7 @@ page.tags="preview", "developer", "android"
<p> <p>
The M Developer Preview runs from May 27 until the final Android M SDK, which The M Developer Preview runs from May 27 until the final Android M SDK, which
well release shortly before the public release during Q3 well release shortly before the public release during Q3
2015. 2015.
</p> </p>
<p> <p>
@@ -204,7 +204,7 @@ page.tags="preview", "developer", "android"
<p> <p>
You can download these hardware system images for Nexus devices from the You can download these hardware system images for Nexus devices from the
<a href="downloads.html">Downloads page</a>: <a href="download.html">Downloads page</a>:
</p> </p>
<ul> <ul>
@@ -240,24 +240,25 @@ page.tags="preview", "developer", "android"
</li> </li>
<li> <li>
<a href="testing.html">Testing Guide</a> and <a href= <a href="{@docRoot}preview/testing/guide.html">Testing Guide</a> and <a href=
"api-changes.html">Behavior Changes</a> point you to key areas to test. "behavior-changes.html">Behavior Changes</a> point you to key areas to test.
</li> </li>
<li>Documentation of new APIs, including an <a href="api-overview.html">API Overview</a>, <li>Documentation of new APIs, including an <a href="api-overview.html">API Overview</a>,
downloadable <a href="">API Reference</a>, and detailed developer guides on downloadable <a href="{@docRoot}preview/download.html#docs">API Reference</a>, and detailed developer guides on
key features such as <a href="">permissions</a>, <a href="">app backup</a>, key features such as
and others. <a href="{@docRoot}preview/features/runtime-permissions.html">permissions</a>,
<a href="{@docRoot}preview/backup/index.html">app backup</a>, and others.
</li> </li>
<li> <li>
<a href="">Sample code</a> that demonstrates how to support <a href="{@docRoot}preview/samples.html">Sample code</a> that demonstrates how to support
permissions and other new features. permissions and other new features.
</li> </li>
<li> <li>
<a href="">Release notes</a> for the current version of the M Developer <a href="{@docRoot}preview/support.html#release-notes">Release notes</a> for the current version
Preview, including change notes and diff reports. of the M Developer Preview, including change notes and diff reports.
</li> </li>
</ul> </ul>
@@ -334,7 +335,7 @@ page.tags="preview", "developer", "android"
<ol> <ol>
<li>Review the <a href="{@docRoot}preview/api-overview.html">API Overview</a> <li>Review the <a href="{@docRoot}preview/api-overview.html">API Overview</a>
and <a href="{@docRoot}preview/behavior.html">Behavior Changes</a> to get an and <a href="{@docRoot}preview/behavior-changes.html">Behavior Changes</a> to get an
idea of what's new and how it affects your apps. idea of what's new and how it affects your apps.
</li> </li>
@@ -349,7 +350,7 @@ page.tags="preview", "developer", "android"
Preview updates will be delivered through over-the-air (OTA) updates.</a> Preview updates will be delivered through over-the-air (OTA) updates.</a>
</li> </li>
<li>Download the <a href="{@docRoot}preview/reference.html">M Preview API <li>Download the <a href="{@docRoot}preview/download.html#docs">M Preview API
Reference</a> and <a href="{@docRoot}preview/samples.html">M Preview Reference</a> and <a href="{@docRoot}preview/samples.html">M Preview
samples</a> to gain more insight into new API features and how to use them in samples</a> to gain more insight into new API features and how to use them in
your app. your app.