Skip to content

Commit

Permalink
Build: Change the homepage and demo URLs to the main effects page. Fi…
Browse files Browse the repository at this point in the history
…xes #9247 - Build: Incorrect links in effect manifests

(cherry picked from commit 45f85cc)
  • Loading branch information
jzaefferer committed Apr 26, 2013
1 parent c1f7f52 commit 91445c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/tasks/build.js
Expand Up @@ -39,8 +39,8 @@ grunt.registerTask( "manifest", "Generate jquery.json manifest files", function(
name: "ui.effect-{plugin}",
title: "jQuery UI {Plugin} Effect",
keywords: [ "effect", "show", "hide" ],
homepage: "http://jqueryui.com/{plugin}-effect/",
demo: "http://jqueryui.com/{plugin}-effect/",
homepage: "http://jqueryui.com/effect/",
demo: "http://jqueryui.com/effect/",
docs: "http://api.jqueryui.com/{plugin}-effect/",
dependencies: [ "effect" ]
}
Expand Down

0 comments on commit 91445c6

Please sign in to comment.