summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Dougherty <nobody@android.com>2009-06-23 11:35:31 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-06-23 11:35:31 -0700
commitfa03b80ac831e515d36c85e865c8ead661b26564 (patch)
treeb688c1a794e90f4bb367c5f8ebc759f71e614254
parent282a77f29b2ec81e2221084a27cfc5e987a29985 (diff)
downloadbase-fa03b80ac831e515d36c85e865c8ead661b26564.tar.gz
AI 150054: Misc changes for the sdk/devsite docs
BUG=1790234 Automated import of CL 150054
-rw-r--r--docs/html/community/index.jd2
-rw-r--r--docs/html/guide/developing/device.jd2
-rw-r--r--docs/html/sdk/1.5_r2/installing.jd8
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/html/community/index.jd b/docs/html/community/index.jd
index 91c54aab0dda..eb5887a23e58 100644
--- a/docs/html/community/index.jd
+++ b/docs/html/community/index.jd
@@ -9,7 +9,7 @@ page.title=Community
<p class="note"><strong>Note:</strong> If you are seeking discussion about Android source code (not application development),
then please refer to the <a href="http://source.android.com/discuss">Open Source Project Mailing lists</a>.</p>
-<p style="margin-bottom".5em"><strong>Contents</strong></p>
+<p style="margin-bottom:.5em"><strong>Contents</strong></p>
<ol class="toc">
<li><a href="#BeforeYouPost">Before you post</a></li>
<li><a href="#ApplicationDeveloperLists">Application developer mailing lists</a></li>
diff --git a/docs/html/guide/developing/device.jd b/docs/html/guide/developing/device.jd
index 35c0a1ae0c52..805167826a7d 100644
--- a/docs/html/guide/developing/device.jd
+++ b/docs/html/guide/developing/device.jd
@@ -137,7 +137,7 @@ would on the emulator. There are just a few things to do before you can start.</
<li>If you're developing on Mac OS X, it just works. Skip this step.</li>
<li>If you're developing on Ubuntu Linux, you need to add a rules file:
<ol>
- <li>Login as root and create this file: <code>/etc/udev/rules.d/50-android.rules</code>.
+ <li>Login as root and create this file: <code>/etc/udev/rules.d/51-android.rules</code>.
<p>For Gusty/Hardy, edit the file to read: <br/>
<code>SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"</code></p>
diff --git a/docs/html/sdk/1.5_r2/installing.jd b/docs/html/sdk/1.5_r2/installing.jd
index 69b2c1bef533..1530dc56e1db 100644
--- a/docs/html/sdk/1.5_r2/installing.jd
+++ b/docs/html/sdk/1.5_r2/installing.jd
@@ -9,7 +9,7 @@ page.title=Installing the Android SDK
<p>This page describes how to install the Android SDK and set up your
development environment. If you haven't downloaded the SDK, you can
do so from the
-<a href="{@docRoot}sdk/1.5_r2/index.html">Download</a> page. Once you've downloaded
+<a href="index.html">Download</a> page. Once you've downloaded
the SDK, return here.</p>
<p>If you encounter any problems during installation, see the
@@ -19,7 +19,7 @@ this page.</p>
<h4 style="margin-top">Upgrading?</h4>
<p>If you have already developed applications using an earlier version
of the SDK, please read
-<a href="{@docRoot}sdk/1.5_r2/upgrading.html"><strong>Upgrading the
+<a href="upgrading.html"><strong>Upgrading the
SDK</strong></a></b>, instead.
</p>
@@ -27,7 +27,7 @@ SDK</strong></a></b>, instead.
<h2 id="setup">Preparing for Installation</h2>
<p>Before you begin, take a moment to confirm that your development machine meets the
-<a href="{@docRoot}sdk/1.5_r2/requirements.html">System Requirements</a>.
+<a href="requirements.html">System Requirements</a>.
</p>
<p>If you will be developing on Eclipse with the Android Development
@@ -323,7 +323,7 @@ begin developing applications. Here are a few ways you can get started: </p>
<ul>
<li>If JDK is already installed on your development computer, please
take a moment to make sure that it meets the version requirements listed
- in the <a href="{@docRoot}sdk/1.1_r1/requirements.html">System Requirements</a>.
+ in the <a href="{@docRoot}sdk/{@sdkCurrent}/requirements.html">System Requirements</a>.
In particular, note that some Linux distributions may include JDK 1.4 or Gnu
Compiler for Java, both of which are not supported for Android development.</li>
</ul>