Skip to content

Commit 45f85cc

Browse files
committed
Build: Change the homepage and demo URLs to the main effects page. Fixes #9247 - Build: Incorrect links in effect manifests
1 parent f5f0879 commit 45f85cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/tasks/build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ grunt.registerTask( "manifest", "Generate jquery.json manifest files", function(
3939
name: "ui.effect-{plugin}",
4040
title: "jQuery UI {Plugin} Effect",
4141
keywords: [ "effect", "show", "hide" ],
42-
homepage: "http://jqueryui.com/{plugin}-effect/",
43-
demo: "http://jqueryui.com/{plugin}-effect/",
42+
homepage: "http://jqueryui.com/effect/",
43+
demo: "http://jqueryui.com/effect/",
4444
docs: "http://api.jqueryui.com/{plugin}-effect/",
4545
dependencies: [ "effect" ]
4646
}

0 commit comments

Comments
 (0)