diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-09-29 16:32:52 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-09-29 16:32:52 -0400 |
commit | 7882bf45489a3080aa2cfbc5a9df04c178593b6e (patch) | |
tree | c0c4d67aa614b227a3667dc5464e3345876f3d59 | |
parent | 90a8581fc31665933fb89bd65bc35cd4ccec481d (diff) | |
download | jquery-ui-7882bf45489a3080aa2cfbc5a9df04c178593b6e.tar.gz jquery-ui-7882bf45489a3080aa2cfbc5a9df04c178593b6e.zip |
Updated docs URLs for core files.
-rw-r--r-- | ui/jquery.ui.core.js | 2 | ||||
-rw-r--r-- | ui/jquery.ui.effect.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/jquery.ui.core.js b/ui/jquery.ui.core.js index eea34e533..bb9411dc9 100644 --- a/ui/jquery.ui.core.js +++ b/ui/jquery.ui.core.js @@ -6,7 +6,7 @@ * Released under the MIT license. * http://jquery.org/license * - * http://api.jqueryui.com/category/core/ + * http://api.jqueryui.com/category/ui-core/ */ (function( $, undefined ) { diff --git a/ui/jquery.ui.effect.js b/ui/jquery.ui.effect.js index d262e5135..d5d306783 100644 --- a/ui/jquery.ui.effect.js +++ b/ui/jquery.ui.effect.js @@ -6,7 +6,7 @@ * Released under the MIT license. * http://jquery.org/license * - * http://api.jqueryui.com/category/effects/ + * http://api.jqueryui.com/category/effects-core/ */ ;(jQuery.effects || (function($, undefined) { |