diff options
author | Richard Worth <rdworth@gmail.com> | 2010-03-18 12:29:25 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-03-18 12:29:25 +0000 |
commit | f2a16063531960b74e8bb5721d997db25501e984 (patch) | |
tree | 8c49fe2fd2123cd65649faca92b56873e8a999cc /build/build.xml | |
parent | 74fd48a9a93d1d2318da8413740087de75d2ff45 (diff) | |
download | jquery-ui-f2a16063531960b74e8bb5721d997db25501e984.tar.gz jquery-ui-f2a16063531960b74e8bb5721d997db25501e984.zip |
build: corrected position docs url
Diffstat (limited to 'build/build.xml')
-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" /> |