diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-09 06:36:25 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-09 06:36:25 +0000 |
commit | 9ca1a282c5d1665eaecd6d467fd8ab24e8f96a5f (patch) | |
tree | 9e3920b40ad78d360479bc1ebcb6075b991e3e62 /demos | |
parent | ee4bd1a9e8dd625ad338c36db469f86723293a5b (diff) | |
download | jquery-ui-9ca1a282c5d1665eaecd6d467fd8ab24e8f96a5f.tar.gz jquery-ui-9ca1a282c5d1665eaecd6d467fd8ab24e8f96a5f.zip |
Fixed links
Diffstat (limited to 'demos')
-rw-r--r-- | demos/functional/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/functional/index.html b/demos/functional/index.html index b5ccf8155..d53901a16 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -60,7 +60,7 @@ <div id="wrapper"> <div id="banner"> <h1 class="logo"> - <a href="/home" title="jQuery User Interface"><span>jQuery User Interface</span></a> + <a href="http://ui.jquery.com/" title="jQuery User Interface"><span>jQuery User Interface</span></a> </h1> @@ -152,7 +152,7 @@ <div class="inner"> <p> <span class="first">Sponsored by: </span><a class="block liferay" href="http://www.liferay.com"><span>Liferay</span></a> - <span class="first" style="float: right; padding-right: 12px;">© 2007 Paul Bakaus and the <a href="/about">jQuery UI Team</a>.</span> + <span class="first" style="float: right; padding-right: 12px;">© 2007 Paul Bakaus and the <a href="http://ui.jquery.com/about">jQuery UI Team</a>.</span> </p> </div> |