Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
update link to https
  • Loading branch information
markvantilburg committed Apr 25, 2024
1 parent ee30489 commit b4348d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/widget/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<div class="demo-description">
<p>This demo shows a simple custom widget built using the widget factory (jquery.ui.widget.js).</p>
<p>The three boxes are initialized in different ways. Clicking them changes their background color. View source to see how it works, its heavily commented</p>
<p>To learn more about the widget factory, <a href="http://learn.jquery.com/jquery-ui/widget-factory/">visit learn.jquery.com</a>.</p>
<p>To learn more about the widget factory, <a href="https://learn.jquery.com/jquery-ui/widget-factory/">visit learn.jquery.com</a>.</p>
</div>
</body>
</html>

0 comments on commit b4348d3

Please sign in to comment.