diff options
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 10f2ec810..328267759 100644 --- a/build/build.xml +++ b/build/build.xml @@ -207,7 +207,7 @@ <get src="${url}Slider" dest="${docs.dir}slider.html" /> <get src="${url}Tabs" dest="${docs.dir}tabs.html" /> - <get src="http://docs.jquery.com/action/render/UI/Utility/Position" dest="${docs.dir}position.html" /> + <get src="${url}Position" dest="${docs.dir}position.html" /> <get src="http://docs.jquery.com/action/render/UI/Effects/animate" dest="${docs.dir}animate.html" /> <get src="http://docs.jquery.com/action/render/UI/Effects/addClass" dest="${docs.dir}addClass.html" /> |