Skip to content

Commit

Permalink
Update page/jquery-ui/widget-factory/why-use-the-widget-factory.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisplucinik authored and gnarf committed Feb 23, 2013
1 parent 9c6a1f7 commit 6a47d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions page/jquery-ui/widget-factory/why-use-the-widget-factory.md
Expand Up @@ -36,7 +36,7 @@ making it easier for new users to start using your plugins.
In addition to defining the interface,
the widget factory also implements much of this functionality for you.
If you're not familiar with the API provided by the widget factory,
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/).

## Setting Options on Initialization

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

0 comments on commit 6a47d49

Please sign in to comment.