Pārlūkot izejas kodu

Fix for broken URL in the SDK's jme3-core build.xml

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8548 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
sky..ok 14 gadi atpakaļ
vecāks
revīzija
855f39f599
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      jme3-core/build.xml

+ 1 - 1
jme3-core/build.xml

@@ -42,7 +42,7 @@
         <!-- download images from page (custom task) -->
         <loadwikiimages file="javahelp/${javahelp_path}${page_path}.html"
              target="javahelp/${javahelp_path}"
-             host="http://direct.jmonkeyengine.org"/>
+             host="http://jmonkeyengine.org"/>
         <!-- fix links in wiki (custom task) -->
         <fixwikilinks file="javahelp/${javahelp_path}${page_path}.html"
              helppath="${javahelp_path}"/>