We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6a1f7 commit 6a47d49Copy full SHA for 6a47d49
page/jquery-ui/widget-factory/why-use-the-widget-factory.md
@@ -36,7 +36,7 @@ making it easier for new users to start using your plugins.
36
In addition to defining the interface,
37
the widget factory also implements much of this functionality for you.
38
If you're not familiar with the API provided by the widget factory,
39
-you should read [How jQuery UI Works](how-jquery-ui-works.md).
+you should read [How jQuery UI Works](/jquery-ui/how-jquery-ui-works/).
40
41
## Setting Options on Initialization
42
@@ -77,4 +77,4 @@ Let's see what this looks like with the widget factory.
77
// plugin logic goes here
78
}
79
});
80
-```
+```
0 commit comments