docs: Fixing broken links, altering text
Bug: 9188232

Change-Id: I3b83f6754655f41f641c74569c56ed3c8c54b0c9
diff --git a/src/source/code-lines.jd b/src/source/code-lines.jd
index e37e0cc..97a6ca8 100644
--- a/src/source/code-lines.jd
+++ b/src/source/code-lines.jd
@@ -44,7 +44,7 @@
   release is cut, sometimes that will become a new branch in git, and sometimes not, based on
   the needs of the moment.
 </p>
-<ul>
+<ol>
   <li>
 	<p>
 	  At any given moment, there is a current latest release of the Android platform. This
@@ -71,7 +71,7 @@
 	  become the new latest release.
 	</p>
   </li>
-</ul>
+</ol>
 <p>
   <img src="{@docRoot}images/code-lines.png" alt="code-line diagram">
 </p>
@@ -188,4 +188,4 @@
   We recognize that many contributors will disagree with this approach. We respect that others
   may have a different point of view; however, this is the approach that we feel is best, and
   the one we've chosen to implement.
-</p>
\ No newline at end of file
+</p>
diff --git a/src/source/faqs.jd b/src/source/faqs.jd
index 84ee855..e56669c 100644
--- a/src/source/faqs.jd
+++ b/src/source/faqs.jd
@@ -24,6 +24,7 @@
   </div>
 </div>
 
+<a name="top"></a>
 <h2 id="open-source">Open Source</h2>
 <h3 id="what-is-the-android-open-source-project">What is the Android Open Source Project?</h3>
 <p>We use the phrase "Android Open Source Project" or "AOSP" to refer to the
@@ -181,6 +182,7 @@
 Approvers are typically Google employees, but the same approvers are
 responsible for all submissions, regardless of origin.</p>
 <p>You can find more information on this topic at the <a href="source/submit-patches.html">Submitting Patches</a> page.</p>
+<a href="#top">Back to top</a>  
 <h2 id="compatibility">Compatibility</h2>
 <h3 id="what-does-compatibility-mean">What does "compatibility" mean?</h3>
 <p>We define an "Android compatible" device as one that can run any
@@ -280,6 +282,7 @@
 <h3 id="what-happens-if-a-device-that-claims-compatibility-is-later-found-to-have-compatibility-problems">What happens if a device that claims compatibility is later found to have compatibility problems?</h3>
 <p>Typically, Google's relationships with Google Play licensees allow us to
 ask them to release updated system images that fix the problems.</p>
+<a href="#top">Back to top</a>
 <h2 id="compatibility-test-suite">Compatibility Test Suite</h2>
 <h3 id="what-is-the-purpose-of-the-cts">What is the purpose of the CTS?</h3>
 <p>The Compatibility Test Suite is a tool used by device manufacturers to help
@@ -311,7 +314,7 @@
 -- including ones available at retail -- must be able to run the CTS
 tests.</p>
 
-
+<a href="#top">Back to top</a>
 <h2>Security</h2>
 <h3 id="secure">Is Android secure?</h3>
 
@@ -442,4 +445,4 @@
 properly support your customers by keeping abreast of software updates, please
 contact us at <a
 href="mailto:info@openhandsetalliance.com">info@openhandsetalliance.com</a>.</p>
-
+<a href="#top">Back to top</a>