Skip to content

Commit 99c4dde

Browse files
committed
Manifests: Update URLs for core files.
1 parent c484bc0 commit 99c4dde

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build/core.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "The core of jQuery UI, required for all interactions and widgets.",
44
"homepage": "http://jqueryui.com/",
55
"demo": "http://jqueryui.com/",
6-
"docs": "http://api.jqueryui.com/category/ui-core"
6+
"docs": "http://api.jqueryui.com/category/ui-core/"
77
},
88
"datepicker": {
99
"description": "Displays a calendar from an input or inline for selecting dates.",
@@ -30,8 +30,8 @@
3030
],
3131
"category": "effect",
3232
"homepage": "http://jqueryui.com/",
33-
"demo": "http://jqueryui.com/",
34-
"docs": "http://api.jqueryui.com/category/effects-core"
33+
"demo": "http://jqueryui.com/effects/",
34+
"docs": "http://api.jqueryui.com/category/effects-core/"
3535
},
3636
"position": {
3737
"description": "Positions elements relative to other elements.",

build/tasks/build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ var path = require( "path" );
44

55
grunt.registerTask( "manifest", "Generate jquery.json manifest files", function() {
66
var pkg = grunt.config( "pkg" ),
7-
// TODO: URLs for UI core and effects core
87
base = {
98
core: {
109
name: "ui.{plugin}",

0 commit comments

Comments
 (0)