@@ -6,7 +6,7 @@ JVM processes without any prior setup at the target process.
6
6
## Download
7
7
8
8
Download 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 ) ,
10
10
you will see:
11
11
12
12
```
@@ -94,7 +94,7 @@ For simplicity and to avoid memory leak when you attach/detach many times,
94
94
Scalive only supports processes with only the default system class loader,
95
95
without additional class loaders (Ex: normal standalone JVM processes, like
96
96
[ 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).
98
98
99
99
Processes with multiple class loaders like Tomcat or
100
100
[ 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).
104
104
105
105
These features will be added in the future:
106
106
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