We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3889539 commit d0e84d3Copy full SHA for d0e84d3
docs/html/design/patterns/actionbar.jd
@@ -141,7 +141,9 @@ selected data or text.</p>
141
</ul>
142
<p>Use CABs whenever you allow the user to select data via long press. You can control the action
143
content of a CAB in order to insert the actions you would like the user to be able to perform.</p>
144
-<p>For more information, refer to the "Selection" pattern.</p>
+<p>For more information, refer to the <a href="{@docRoot}design/patterns/selection.html">Selection
145
+pattern</a>.</p>
146
+
147
<h2 id="elements">Action Bar Elements</h2>
148
149
<h4>Tabs</h4>
0 commit comments