Browse Source

Fix #430: vertx installation error

Download link updated.
Fernando Correia 12 years ago
parent
commit
bdef49d573
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installer.py

+ 1 - 1
installer.py

@@ -276,7 +276,7 @@ class Installer:
     ##############################
     ##############################
     # Vert.x
     # Vert.x
     ##############################
     ##############################
-    self.__run_command("curl http://vert-x.github.io/vertx-downloads/downloads/vert.x-1.3.1.final.tar.gz | tar xvz")
+    self.__run_command("curl http://vertx.io/vertx-downloads/downloads/vert.x-1.3.1.final.tar.gz | tar xvz")
 
 
     ##############################
     ##############################
     # Yesod
     # Yesod