diff --git a/README.md b/README.md index 787afbb..397acb0 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Getting Started Packed with Awesomeness (API) --- -Parse and Open both return a Apricot Object, a HTML DOM, created by JSDOM, with all the power of the [Sizzle Selector Engine](http://wiki.github.com/jeresig/sizzle/), and [XUI Framework](http://github.com/silentrob/xui) for Augmentation. +Parse and Open both return a Apricot Object, a HTML DOM, created by JSDOM, with all the power of the [Sizzle Selector Engine](http://github.com/jquery/sizzle/wiki/Sizzle-Home), and [XUI Framework](http://github.com/silentrob/xui) for Augmentation. Apricot.parse("

An HTML Fragment

", function(doc) { doc.find("selector"); // Populates internal collection, See Sizzle selector syntax (rules)