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
3.0
sky..ok 13 years ago
parent d1e81fc8c9
commit 32fe6f3546
  1. 2
      sdk/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}"/>

Loading…
Cancel
Save