]> source.dussan.org Git - jquery-ui.git/commitdiff
Manifests: Update URLs for core files.
authorScott González <scott.gonzalez@gmail.com>
Mon, 16 Jul 2012 19:29:13 +0000 (15:29 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 16 Jul 2012 19:29:13 +0000 (15:29 -0400)
build/core.json
build/tasks/build.js

index b0ccdfe7a49f1581fbe98abe99b17b319bc59fda..deeb2e118c434cd5564f59ca49cff208d46a7c03 100644 (file)
@@ -3,7 +3,7 @@
                "description": "The core of jQuery UI, required for all interactions and widgets.",
                "homepage": "http://jqueryui.com/",
                "demo": "http://jqueryui.com/",
-               "docs": "http://api.jqueryui.com/category/ui-core"
+               "docs": "http://api.jqueryui.com/category/ui-core/"
        },
        "datepicker": {
                "description": "Displays a calendar from an input or inline for selecting dates.",
@@ -30,8 +30,8 @@
                ],
                "category": "effect",
                "homepage": "http://jqueryui.com/",
-               "demo": "http://jqueryui.com/",
-               "docs": "http://api.jqueryui.com/category/effects-core"
+               "demo": "http://jqueryui.com/effects/",
+               "docs": "http://api.jqueryui.com/category/effects-core/"
        },
        "position": {
                "description": "Positions elements relative to other elements.",
index 9608bdfff3db14ce2593a9d1e84e7df96159b465..b746ad71276a7e2535bd67f230a7caa0496f505c 100644 (file)
@@ -4,7 +4,6 @@ var path = require( "path" );
 
 grunt.registerTask( "manifest", "Generate jquery.json manifest files", function() {
        var pkg = grunt.config( "pkg" ),
-               // TODO: URLs for UI core and effects core
                base = {
                        core: {
                                name: "ui.{plugin}",