Skip to content

Commit f2a1606

Browse files
committed
build: corrected position docs url
1 parent 74fd48a commit f2a1606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<get src="${url}Slider" dest="${docs.dir}slider.html" />
208208
<get src="${url}Tabs" dest="${docs.dir}tabs.html" />
209209

210-
<get src="http://docs.jquery.com/action/render/UI/Utility/Position" dest="${docs.dir}position.html" />
210+
<get src="${url}Position" dest="${docs.dir}position.html" />
211211

212212
<get src="http://docs.jquery.com/action/render/UI/Effects/animate" dest="${docs.dir}animate.html" />
213213
<get src="http://docs.jquery.com/action/render/UI/Effects/addClass" dest="${docs.dir}addClass.html" />

0 commit comments

Comments
 (0)