Skip to content

Commit 6a47d49

Browse files
dennisplucinikgnarf
authored andcommitted
Update page/jquery-ui/widget-factory/why-use-the-widget-factory.md
1 parent 9c6a1f7 commit 6a47d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

page/jquery-ui/widget-factory/why-use-the-widget-factory.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ making it easier for new users to start using your plugins.
3636
In addition to defining the interface,
3737
the widget factory also implements much of this functionality for you.
3838
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).
39+
you should read [How jQuery UI Works](/jquery-ui/how-jquery-ui-works/).
4040

4141
## Setting Options on Initialization
4242

@@ -77,4 +77,4 @@ Let's see what this looks like with the widget factory.
7777
// plugin logic goes here
7878
}
7979
});
80-
```
80+
```

0 commit comments

Comments
 (0)