diff options
| -rw-r--r-- | docs/html/index.jd | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index 53c59e736376..9197b5d202a3 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -11,8 +11,10 @@ home=true                              </div><!-- end homeTitle -->                              <div id="announcement-block">                              <!-- total max width is 520px --> +                                <a href="{@docRoot}design/index.html">                                    <img src="{@docRoot}images/home/android-design.png"  alt="Android Design" width="160px" style="padding:10px 33px 5px"/> +                                </a>                                    <div id="announcement" style="width:275px">      <p>Introducing <b>Android Design</b>: The place to learn about principles, building blocks, and patterns        for creating world-class Android user interfaces. Whether you're a UI professional or a developer  |