Skip to content

Commit 89e74ed

Browse files
authored
Fix Moxie URL in build.xml (#1441)
1 parent 83f8ee7 commit 89e74ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
Retrieve Moxie Toolkit
77
8-
documentation @ http://gitblit.github.io/moxie
8+
documentation @ http://gitblit-org.github.io/moxie
99
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1010
-->
1111
<property name="moxie.version" value="0.9.4" />
12-
<property name="moxie.url" value="http://gitblit.github.io/moxie/maven" />
12+
<property name="moxie.url" value="http://gitblit-org.github.io/moxie/maven" />
1313
<property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
1414
<property name="moxie.dir" value="${user.home}/.moxie" />
1515

0 commit comments

Comments
 (0)