@@ -14,7 +14,7 @@ page.metaDescription=The official site for Android developers. Provides the Andr
1414 <ul>
1515 <li class="item carousel-home">
1616 <div class="content-left col-9">
17- <a href="/ about/versions/jelly-bean.html"><img src="/ images/home/android-jellybean.png" ></a>
17+ <a href="{@docRoot} about/versions/jelly-bean.html"><img src="{@docRoot} images/home/android-jellybean.png" ></a>
1818 </div>
1919 <div class="content-right col-6">
2020 <h1>Jelly Bean now available!</h1>
@@ -23,7 +23,7 @@ page.metaDescription=The official site for Android developers. Provides the Andr
2323 <p>New APIs are also available that allow you to build richer and more
2424 interactive notifications, transfer larger
2525 payloads through NFC, discover services over Wi-Fi, and much more.</p>
26- <p><a href="/ about/versions/jelly-bean.html" class="button">More
26+ <p><a href="{@docRoot} about/versions/jelly-bean.html" class="button">More
2727 about Jelly Bean</a></p>
2828 </div>
2929 </li>
@@ -35,12 +35,12 @@ page.metaDescription=The official site for Android developers. Provides the Andr
3535 <h1>Make your Android apps<br>look great</h1>
3636 <p>New templates in the design guide make it easier than ever to design apps
3737that are beautiful and easy to use.</p>
38- <p><a href="/ design/index.html" class="button">Learn More</a></p>
38+ <p><a href="{@docRoot} design/index.html" class="button">Learn More</a></p>
3939 </div>
4040 </li>
4141 <li class="item carousel-home">
4242 <div class="content-left col-10">
43- <img src="/ images/home/google-io.png">
43+ <img src="{@docRoot} images/home/google-io.png">
4444 </div>
4545 <div class="content-right col-5">
4646 <h1>Watch Android at <br/>Google I/O!</h1>
@@ -52,7 +52,7 @@ class="button">See the Android Sessions</a></p>
5252 </li>
5353 <li class="item carousel-home">
5454 <div class="content-left col-10">
55- <img src="/ images/home/google-play.png"
55+ <img src="{@docRoot} images/home/google-play.png"
5656 style="margin-top:50px">
5757 </div>
5858 <div class="content-right col-5">
0 commit comments