Server install doc - fix broken curl command
diff --git a/documentation/install-on-server.md b/documentation/install-on-server.md
index 7a1a82f..33016d3 100644
--- a/documentation/install-on-server.md
+++ b/documentation/install-on-server.md
@@ -19,7 +19,7 @@
 
 Once the above prerequisites are satisfied, you should be able to run successfully:
 {% highlight bash %}
-$ curl -o brooklyn-install.sh http://git.io/GzkOKQ
+$ curl -o brooklyn-install.sh -L https://github.com/apache/incubator-brooklyn/raw/master/brooklyn-install.sh
 $ chmod +x ./brooklyn-install.sh
 $ ./brooklyn-install.sh -s -r <your-server-ip>
 {% endhighlight %}