summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wall <richard@largo>2011-06-18 16:43:04 +0100
committerRichard Wall <richard@largo>2011-06-18 16:43:04 +0100
commit61d1dff1dd1125578c367f4419bc9545fcb65dc8 (patch)
tree747dbd456ee48df5e7da332d16c868e57f57d65d
parent901571bf02d459f51af407f8a2a80119281abe65 (diff)
fix yuidoc url
-rw-r--r--jarmonbuild/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jarmonbuild/commands.py b/jarmonbuild/commands.py
index 2e0983b..f6ed712 100644
--- a/jarmonbuild/commands.py
+++ b/jarmonbuild/commands.py
@@ -24,7 +24,7 @@ import pkg_resources
JARMON_PROJECT_TITLE = 'Jarmon'
JARMON_PROJECT_URL = 'http://www.launchpad.net/jarmon'
-YUIDOC_URL = 'http://yuilibrary.com/downloads/yuidoc/yuidoc_1.0.0b1.zip'
+YUIDOC_URL = 'http://yui.zenfs.com/releases/yuidoc/yuidoc_1.0.0b1.zip'
YUIDOC_MD5 = 'cd5545d2dec8f7afe3d18e793538162c'
YUIDOC_DEPENDENCIES = ['setuptools', 'pygments', 'cheetah']