We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb681b commit ff30b63Copy full SHA for ff30b63
_overviews/core/futures.md
@@ -835,7 +835,7 @@ the client in which future the computation failed.
835
Fatal exceptions (as determined by `NonFatal`) are rethrown in the thread executing
836
the failed asynchronous computation. This informs the code managing the executing
837
threads of the problem and allows it to fail fast, if necessary. See
838
-[`NonFatal`](http://www.scala-lang.org/api/current/index.html#scala.util.control.NonFatal$)
+[`NonFatal`](https://www.scala-lang.org/api/current/scala/util/control/NonFatal$.html)
839
for a more precise description of the semantics.
840
841
## Promises
0 commit comments