fixed a few broken links.

This commit is contained in:
Todd Parker 2010-10-20 15:06:20 -04:00
parent 73be0bb64b
commit 95d382cb9c
2 changed files with 6 additions and 8 deletions

View file

@ -14,17 +14,15 @@
<div data-role="content">
<ul data-role="listview" data-inset="true">
<li data-role="list-divider">Demos &amp; Documentation</li>
<li><a href="intro.html">Introduction to jQuery Mobile</a></li>
<li><a href="themes.html">Theme system</a></li>
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
<li data-role="list-divider">Components</li>
<li><a href="pages/index.html">Pages &amp; dialogs</a></li>
<li><a href="toolbars/index.html">Header, footer &amp; nav bars</a></li>
<li><a href="content/index.html">Content formatting</a></li>
<li><a href="toolbars/index.html">Toolbars</a></li>
<li><a href="buttons/index.html">Buttons</a></li>
<li><a href="content/index.html">Content formatting</a></li>
<li><a href="forms/index.html">Form elements</a></li>
<li><a href="lists/index.html">List views</a></li>
<li><a href="events.html">Events</a></li>
<!--<li><a href="docs/events.html">Events</a></li>-->
</ul>
</div>

View file

@ -104,7 +104,7 @@
</div>
<h2>Custom header configurations</h2>
<p>If you need to to create a header that doesn't follow the default configuration, simply wrap your custom styled markup in a container <code>div</code> inside the header container and the plugin won't apply the automatic button logic at all. This is especially useful if you want to embed a widget like <a href="navbar.html">Nav bar</a> into the header bar</p>
<p>If you need to to create a header that doesn't follow the default configuration, simply wrap your custom styled markup in a container <code>div</code> inside the header container and the plugin won't apply the automatic button logic at all. </p>
</div><!-- /content -->