From 99c4dde13059ee8ba6cd4ea18ec121a631896496 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 16 Jul 2012 15:29:13 -0400 Subject: [PATCH] Manifests: Update URLs for core files. --- build/core.json | 6 +++--- build/tasks/build.js | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build/core.json b/build/core.json index b0ccdfe7a..deeb2e118 100644 --- a/build/core.json +++ b/build/core.json @@ -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.", diff --git a/build/tasks/build.js b/build/tasks/build.js index 9608bdfff..b746ad712 100644 --- a/build/tasks/build.js +++ b/build/tasks/build.js @@ -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}", -- 2.39.5