We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e685384 commit 20cc2ffCopy full SHA for 20cc2ff
kotlinx-coroutines-debug/README.md
@@ -15,7 +15,8 @@ of coroutines hierarchy referenced by a [Job] or [CoroutineScope] instances usin
15
16
This module also provides an automatic [BlockHound](https://github.com/reactor/BlockHound) integration
17
that detects when a blocking operation was called in a coroutine context that prohibits it. In order to use it,
18
-please follow the BlockHound [quick start guide](https://github.com/reactor/BlockHound/blob/master/docs/quick_start.md).
+please follow the BlockHound [quick start guide](
19
+https://github.com/reactor/BlockHound/blob/1.0.2.RELEASE/docs/quick_start.md).
20
21
### Using in your project
22
0 commit comments