@@ -6,7 +6,7 @@ JVM processes without any prior setup at the target process.
66## Download  
77
88Download and extract
9- [ scalive-1.2.zip] ( https://github.com/ngocdaothanh /scalive/releases/download/v1.2/scalive-1.2.zip ) ,
9+ [ scalive-1.2.zip] ( https://github.com/xitrum-framework /scalive/releases/download/v1.2/scalive-1.2.zip ) ,
1010you will see:
1111
1212``` 
@@ -94,7 +94,7 @@ For simplicity and to avoid memory leak when you attach/detach many times,
9494Scalive only supports processes with only the default system class loader,
9595without additional class loaders (Ex: normal standalone JVM processes, like
9696[ Play] ( http://www.playframework.com/ )  or
97- [ Xitrum] ( http://ngocdaothanh .github.io/xitrum/ )  in production mode).
97+ [ Xitrum] ( http://xitrum-framework .github.io/xitrum/ )  in production mode).
9898
9999Processes with multiple class loaders like Tomcat or
100100[ SBT] ( http://www.scala-sbt.org/ )  are not supported (with SBT, you already has
@@ -104,5 +104,5 @@ the SBT console, so it's not a big deal).
104104
105105These features will be added in the future:
106106
107- *  [ Use up/down arrows keys to navigate the console history, pasting multiline block of code etc.] ( https://github.com/ngocdaothanh /scalive/issues/1 ) 
108- *  [ Use tab key for autocompletion] ( https://github.com/ngocdaothanh /scalive/issues/2 ) 
107+ *  [ Use up/down arrows keys to navigate the console history, pasting multiline block of code etc.] ( https://github.com/xitrum-framework /scalive/issues/1 ) 
108+ *  [ Use tab key for autocompletion] ( https://github.com/xitrum-framework /scalive/issues/2 ) 
0 commit comments