Skip to content

Commit d6815b7

Browse files
committed
Demos: Fix broken links to themeroller
1 parent 93ec756 commit d6815b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demos/tooltip/custom-style.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover
8383
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p>
8484
<p>But as it's not a native tooltip, it can be styled. Any themes built with
85-
<a href="http://themeroller.com" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
85+
<a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
8686
will also style tooltips accordingly.</p>
8787
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p>
8888
<p><label for="age">Your age:</label> <input id="age" title="We ask for your age only for statistical purposes."></p>

demos/tooltip/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover
2828
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p>
2929
<p>But as it's not a native tooltip, it can be styled. Any themes built with
30-
<a href="http://themeroller.com" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
30+
<a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
3131
will also style tooltips accordingly.</p>
3232
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p>
3333
<p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p>

demos/tooltip/tracking.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<p><a href="#" title="That's what this widget is">Tooltips</a> can be attached to any element. When you hover
3030
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.</p>
3131
<p>But as it's not a native tooltip, it can be styled. Any themes built with
32-
<a href="http://themeroller.com" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
32+
<a href="http://jqueryui.com/themeroller/" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
3333
will also style tooltips accordingly.</p>
3434
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p>
3535
<p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p>

0 commit comments

Comments
 (0)