AI 150054: Misc changes for the sdk/devsite docs
  BUG=1790234

Automated import of CL 150054
diff --git a/docs/html/community/index.jd b/docs/html/community/index.jd
index 91c54aa..eb5887a 100644
--- a/docs/html/community/index.jd
+++ b/docs/html/community/index.jd
@@ -9,7 +9,7 @@
 <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 35c0a1a..8051678 100644
--- a/docs/html/guide/developing/device.jd
+++ b/docs/html/guide/developing/device.jd
@@ -137,7 +137,7 @@
       <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 69b2c1b..1530dc5 100644
--- a/docs/html/sdk/1.5_r2/installing.jd
+++ b/docs/html/sdk/1.5_r2/installing.jd
@@ -9,7 +9,7 @@
 <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 @@
 <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 @@
 <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 @@
 <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>