am 8ab2dfb2: Merge "docs: fix urls on homepage for offline docs" into jb-dev

* commit '8ab2dfb293133fa0033a1df9bcf7efb926b421d0':
  docs: fix urls on homepage for offline docs
This commit is contained in:
Scott Main
2012-07-03 14:12:27 -07:00
committed by Android Git Automerger

View File

@@ -14,7 +14,7 @@ page.metaDescription=The official site for Android developers. Provides the Andr
<ul> <ul>
<li class="item carousel-home"> <li class="item carousel-home">
<div class="content-left col-9"> <div class="content-left col-9">
<a href="/about/versions/jelly-bean.html"><img src="/images/home/android-jellybean.png" ></a> <a href="{@docRoot}about/versions/jelly-bean.html"><img src="{@docRoot}images/home/android-jellybean.png" ></a>
</div> </div>
<div class="content-right col-6"> <div class="content-right col-6">
<h1>Jelly Bean now available!</h1> <h1>Jelly Bean now available!</h1>
@@ -23,7 +23,7 @@ page.metaDescription=The official site for Android developers. Provides the Andr
<p>New APIs are also available that allow you to build richer and more <p>New APIs are also available that allow you to build richer and more
interactive notifications, transfer larger interactive notifications, transfer larger
payloads through NFC, discover services over Wi-Fi, and much more.</p> payloads through NFC, discover services over Wi-Fi, and much more.</p>
<p><a href="/about/versions/jelly-bean.html" class="button">More <p><a href="{@docRoot}about/versions/jelly-bean.html" class="button">More
about Jelly Bean</a></p> about Jelly Bean</a></p>
</div> </div>
</li> </li>
@@ -35,12 +35,12 @@ page.metaDescription=The official site for Android developers. Provides the Andr
<h1>Make your Android apps<br>look great</h1> <h1>Make your Android apps<br>look great</h1>
<p>New templates in the design guide make it easier than ever to design apps <p>New templates in the design guide make it easier than ever to design apps
that are beautiful and easy to use.</p> that are beautiful and easy to use.</p>
<p><a href="/design/index.html" class="button">Learn More</a></p> <p><a href="{@docRoot}design/index.html" class="button">Learn More</a></p>
</div> </div>
</li> </li>
<li class="item carousel-home"> <li class="item carousel-home">
<div class="content-left col-10"> <div class="content-left col-10">
<img src="/images/home/google-io.png"> <img src="{@docRoot}images/home/google-io.png">
</div> </div>
<div class="content-right col-5"> <div class="content-right col-5">
<h1>Watch Android at <br/>Google I/O!</h1> <h1>Watch Android at <br/>Google I/O!</h1>
@@ -52,7 +52,7 @@ class="button">See the Android Sessions</a></p>
</li> </li>
<li class="item carousel-home"> <li class="item carousel-home">
<div class="content-left col-10"> <div class="content-left col-10">
<img src="/images/home/google-play.png" <img src="{@docRoot}images/home/google-play.png"
style="margin-top:50px"> style="margin-top:50px">
</div> </div>
<div class="content-right col-5"> <div class="content-right col-5">