aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-04-16 11:09:28 +0200
committerjzaefferer <joern.zaefferer@gmail.com>2010-04-16 11:09:28 +0200
commitd1033cc2b79067f31767bfe0bb1f9a761dae9b3f (patch)
treecd65fdbd22dd3c8bd9797adb96db533797e8bae7 /demos
parentdbc9addfae0c9a2aee2d4a1833b2b1d3ba83f8de (diff)
downloadjquery-ui-d1033cc2b79067f31767bfe0bb1f9a761dae9b3f.tar.gz
jquery-ui-d1033cc2b79067f31767bfe0bb1f9a761dae9b3f.zip
Autocomplete: Fixed href to multiple-remote dmeo in index
Diffstat (limited to 'demos')
-rw-r--r--demos/autocomplete/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/index.html b/demos/autocomplete/index.html
index c7b720784..ba96d994e 100644
--- a/demos/autocomplete/index.html
+++ b/demos/autocomplete/index.html
@@ -18,7 +18,7 @@
<li><a href="xml.html">XML data parsed once</a></li>
<li><a href="categories.html">Categories</a></li>
<li><a href="multiple.html">Multiple values</a></li>
- <li><a href="multiple.html">Multiple, remote</a></li>
+ <li><a href="multiple-remote.html">Multiple, remote</a></li>
</ul>
</div>
</body>