aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2018-03-05 18:21:22 -0800
committerSeth Tisue <seth@tisue.net>2018-03-05 18:21:22 -0800
commitd4a72ac1fadad67df8ad15b3763212e129e36db6 (patch)
tree9c7e908dffeaf538ba8835d4da87d12e55e56bca
parent59da3699766be57a51b4c6b8c4bd6e6b611d5ae8 (diff)
downloadscala-async-d4a72ac1fadad67df8ad15b3763212e129e36db6.tar.gz
scala-async-d4a72ac1fadad67df8ad15b3763212e129e36db6.tar.bz2
scala-async-d4a72ac1fadad67df8ad15b3763212e129e36db6.zip
replace wrong link
fixes #144
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a0b4e57..c6b8d94 100644
--- a/README.md
+++ b/README.md
@@ -162,5 +162,5 @@ difficult to understand.
for constructs that are not allowed in an `async` block.
- See the [issue list](https://github.com/scala/async/issues?state=open) for which of these restrictions are planned
to be dropped in the future.
- - See [#13](https://github.com/scala/async/issues/13) for why `await` is not possible in closures, and for suggestions on
+ - See [#32](https://github.com/scala/async/issues/32) for why `await` is not possible in closures, and for suggestions on
ways to structure the code to work around this limitation.