am b1e4a4f2: Merge "fix broken links bug 6879771" into jb-dev
* commit 'b1e4a4f25f9fd4d1cee4629e71acb04e3d4e5ec0':
fix broken links bug 6879771
diff --git a/docs/html/guide/topics/ui/declaring-layout.jd b/docs/html/guide/topics/ui/declaring-layout.jd
index 3c9faa8..e971a75 100644
--- a/docs/html/guide/topics/ui/declaring-layout.jd
+++ b/docs/html/guide/topics/ui/declaring-layout.jd
@@ -406,13 +406,13 @@
<div class="layout first">
<h4><a href="layout/listview.html">List View</a></h4>
- <a href="layout/list.html"><img src="{@docRoot}images/ui/listview-small.png" alt="" /></a>
+ <a href="layout/listview.html"><img src="{@docRoot}images/ui/listview-small.png" alt="" /></a>
<p>Displays a scrolling single column list.</p>
</div>
<div class="layout">
<h4><a href="layout/gridview.html">Grid View</a></h4>
- <a href="layout/grid.html"><img src="{@docRoot}images/ui/gridview-small.png" alt="" /></a>
+ <a href="layout/gridview.html"><img src="{@docRoot}images/ui/gridview-small.png" alt="" /></a>
<p>Displays a scrolling grid of columns and rows.</p>
</div>
diff --git a/docs/html/guide/topics/ui/layout/gridview.jd b/docs/html/guide/topics/ui/layout/gridview.jd
index 284a25a..11c5474 100644
--- a/docs/html/guide/topics/ui/layout/gridview.jd
+++ b/docs/html/guide/topics/ui/layout/gridview.jd
@@ -1,4 +1,4 @@
-page.title=Grid
+page.title=Grid View
parent.title=Layouts
parent.link=layout-objects.html
@jd:body