From b1e265f70394432d3e945ca5178c78c58f1fe573 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Thu, 4 Apr 2013 02:14:24 +0900 Subject: fix github url --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8c36a66..1bd68fd 100644 --- a/README.md +++ b/README.md @@ -136,14 +136,14 @@ difficult to understand. - Logging of the transform can be enabled with `scalac -Dscala.async.debug=true`. - Tracing of the ANF transform: `scalac -Dscala.async.trace=true` - Debug the macro expansion by checking out the project and executing the application - [`TreeInterrogation`](https://github.com/phaller/scala-async/blob/master/src/test/scala/scala/async/TreeInterrogation.scala#L59) + [`TreeInterrogation`](https://github.com/scala/async/blob/master/src/test/scala/scala/async/TreeInterrogation.scala#L59) ## Limitations - - See the [neg](https://github.com/phaller/scala-async/tree/master/src/test/scala/scala/async/neg) test cases for + - See the [neg](https://github.com/scala/async/tree/master/src/test/scala/scala/async/neg) test cases for for constructs that are not allowed in a async block - - See the [issue list](https://github.com/phaller/scala-async/issues?state=open) for which of these restrictions are planned + - See the [issue list](https://github.com/scala/async/issues?state=open) for which of these restrictions are planned to be dropped in the next milestone. - - See [#13](https://github.com/phaller/scala-async/issues/13) for why `await` is not possible in closures, and for suggestions on + - See [#13](https://github.com/scala/async/issues/13) for why `await` is not possible in closures, and for suggestions on ways to structure the code to work around this limitation. ## Building -- cgit v1.2.3