Skip to content

Commit ff30b63

Browse files
committed
Update Scala API link for NonFatal
1 parent fcb681b commit ff30b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/core/futures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ the client in which future the computation failed.
835835
Fatal exceptions (as determined by `NonFatal`) are rethrown in the thread executing
836836
the failed asynchronous computation. This informs the code managing the executing
837837
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$)
838+
[`NonFatal`](https://www.scala-lang.org/api/current/scala/util/control/NonFatal$.html)
839839
for a more precise description of the semantics.
840840

841841
## Promises

0 commit comments

Comments
 (0)