diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-25 15:49:15 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-25 15:49:15 +0000 |
commit | 22bea9f17d8747b2d2959414ed3c4b963c082e81 (patch) | |
tree | ab0e201c5c846f1c2b99b8836c01e801c0edf526 | |
parent | beb388e3ebb0e27269d37dd2278c2f0cd196b47f (diff) | |
download | jquery-ui-22bea9f17d8747b2d2959414ed3c4b963c082e81.tar.gz jquery-ui-22bea9f17d8747b2d2959414ed3c4b963c082e81.zip |
demos: changed documentation absolute urls from documentation/ to docs/
-rw-r--r-- | demos/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/demos/index.html b/demos/index.html index 0e820da2e..574e1ae57 100644 --- a/demos/index.html +++ b/demos/index.html @@ -253,15 +253,15 @@ <dd><a href="effects_showhide/index.html">Show/Hide</a></dd> <dd><a href="effects_easings/index.html">Easings</a></dd> <dt>About jQuery UI</dt> - <dd><a href="http://ui.jquery.com/documentation/Developer_Guide">UI Developer Guidelines</a></dd> - <dd><a href="http://ui.jquery.com/documentation/Changelog">Changelog</a></dd> - <dd><a href="http://ui.jquery.com/documentation/Roadmap">Roadmap</a></dd> - <dd><a href="http://ui.jquery.com/documentation/Subversion">Subversion Access</a></dd> + <dd><a href="http://ui.jquery.com/docs/Developer_Guide">UI Developer Guidelines</a></dd> + <dd><a href="http://ui.jquery.com/docs/Changelog">Changelog</a></dd> + <dd><a href="http://ui.jquery.com/docs/Roadmap">Roadmap</a></dd> + <dd><a href="http://ui.jquery.com/docs/Subversion">Subversion Access</a></dd> <dt>Theming</dt> - <dd><a href="http://ui.jquery.com/documentation/Theming">Theming jQuery UI</a></dd> - <dd><a href="http://ui.jquery.com/documentation/Theming/API">jQuery UI CSS framework</a></dd> - <dd><a href="http://ui.jquery.com/documentation/Theming/Themeroller">ThemeRoller application</a></dd> - <dd><a href="http://ui.jquery.com/documentation/Theming/ThemeSwitcher">Theme Switcher Widget</a></dd> + <dd><a href="http://ui.jquery.com/docs/Theming">Theming jQuery UI</a></dd> + <dd><a href="http://ui.jquery.com/docs/Theming/API">jQuery UI CSS framework</a></dd> + <dd><a href="http://ui.jquery.com/docs/Theming/Themeroller">ThemeRoller application</a></dd> + <dd><a href="http://ui.jquery.com/docs/Theming/ThemeSwitcher">Theme Switcher Widget</a></dd> </dl> </td> <td class="normal"> |