THRIFT-4812 haxelib readme still points to old ASF git repo
Client: haxe
Patch: Jens Geyer
diff --git a/lib/haxe/README.md b/lib/haxe/README.md
index e74b773..c9f74b5 100644
--- a/lib/haxe/README.md
+++ b/lib/haxe/README.md
@@ -69,14 +69,12 @@
 Thrift Haxe bindings can be set up via the `haxelib` tool  
 either from the official ASF repo, or via the github mirror.
 
-- To set up any **stable version**, choose the appropriate branch (e.g. `1.0.0`, etc.):
+- To set up any **stable version**, choose the appropriate branch (e.g. `0.12.0`):
 
-    - `haxelib git thrift https://git.apache.org/thrift.git 1.0.0 lib/haxe`
-    - `haxelib git thrift https://github.com/apache/thrift.git 1.0.0 lib/haxe`
+    - `haxelib git thrift https://github.com/apache/thrift.git 0.12.0 lib/haxe`
 
 - To set up the current **development version**, use the `master` branch:
   
-    - `haxelib git thrift https://git.apache.org/thrift.git master lib/haxe`	
     - `haxelib git thrift https://github.com/apache/thrift.git master lib/haxe`
 
 As usual, the installed library can be updated using `haxelib upgrade`