]> source.dussan.org Git - gitblit.git/commitdiff
Fix Moxie URL in build.xml (#1441)
authorGarrett Mills <shout@garrettmills.dev>
Wed, 8 Feb 2023 18:01:24 +0000 (12:01 -0600)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 18:01:24 +0000 (12:01 -0600)
build.xml

index d729cbf2fd507df4e766eb43f91a18bc2eab2dcb..7c219f99c4c91769f60c989837c21cbf0766a020 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -5,11 +5,11 @@
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
                Retrieve Moxie Toolkit\r
                \r
-               documentation @ http://gitblit.github.io/moxie\r
+               documentation @ http://gitblit-org.github.io/moxie\r
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
        -->\r
        <property name="moxie.version" value="0.9.4" />\r
-       <property name="moxie.url" value="http://gitblit.github.io/moxie/maven" />\r
+       <property name="moxie.url" value="http://gitblit-org.github.io/moxie/maven" />\r
        <property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />\r
        <property name="moxie.dir" value="${user.home}/.moxie" />\r
 \r