Skip to content

Commit

Permalink
docs: fix urls on homepage for offline docs
Browse files Browse the repository at this point in the history
Change-Id: Ifa1da094ee6482c7324ec5a8b50d245d505390b9
  • Loading branch information
scottamain committed Jul 3, 2012
1 parent 399df56 commit 88eee99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/html/index.jd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ page.metaDescription=The official site for Android developers. Provides the Andr
<ul>
<li class="item carousel-home">
<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 class="content-right col-6">
<h1>Jelly Bean now available!</h1>
Expand All @@ -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
interactive notifications, transfer larger
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>
</div>
</li>
Expand All @@ -35,12 +35,12 @@ page.metaDescription=The official site for Android developers. Provides the Andr
<h1>Make your Android apps<br>look great</h1>
<p>New templates in the design guide make it easier than ever to design apps
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>
</li>
<li class="item carousel-home">
<div class="content-left col-10">
<img src="/images/home/google-io.png">
<img src="{@docRoot}images/home/google-io.png">
</div>
<div class="content-right col-5">
<h1>Watch Android at <br/>Google I/O!</h1>
Expand All @@ -52,7 +52,7 @@ class="button">See the Android Sessions</a></p>
</li>
<li class="item carousel-home">
<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">
</div>
<div class="content-right col-5">
Expand Down

0 comments on commit 88eee99

Please sign in to comment.