Skip to content

Commit

Permalink
Replace URLs to point from ngocdaothanh to xitrum-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed May 15, 2014
1 parent 39db904 commit c2bb5a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JVM processes without any prior setup at the target process.
## Download

Download and extract
[scalive-1.2.zip](https://github.com/ngocdaothanh/scalive/releases/download/v1.2/scalive-1.2.zip),
[scalive-1.2.zip](https://github.com/xitrum-framework/scalive/releases/download/v1.2/scalive-1.2.zip),
you will see:

```
Expand Down Expand Up @@ -94,7 +94,7 @@ For simplicity and to avoid memory leak when you attach/detach many times,
Scalive only supports processes with only the default system class loader,
without additional class loaders (Ex: normal standalone JVM processes, like
[Play](http://www.playframework.com/) or
[Xitrum](http://ngocdaothanh.github.io/xitrum/) in production mode).
[Xitrum](http://xitrum-framework.github.io/xitrum/) in production mode).

Processes with multiple class loaders like Tomcat or
[SBT](http://www.scala-sbt.org/) are not supported (with SBT, you already has
Expand All @@ -104,5 +104,5 @@ the SBT console, so it's not a big deal).

These features will be added in the future:

* [Use up/down arrows keys to navigate the console history, pasting multiline block of code etc.](https://github.com/ngocdaothanh/scalive/issues/1)
* [Use tab key for autocompletion](https://github.com/ngocdaothanh/scalive/issues/2)
* [Use up/down arrows keys to navigate the console history, pasting multiline block of code etc.](https://github.com/xitrum-framework/scalive/issues/1)
* [Use tab key for autocompletion](https://github.com/xitrum-framework/scalive/issues/2)

0 comments on commit c2bb5a4

Please sign in to comment.