Unverified Commit 264de265 authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Change API doc link to api.dart.dev (#34388)

parent ae976dec
......@@ -43,7 +43,7 @@ AppContext get context => Zone.current[_Key.key] as AppContext ?? AppContext._ro
/// scope) is created.
///
/// Child contexts are created and run using zones. To read more about how
/// zones work, see https://api.dartlang.org/stable/dart-async/Zone-class.html.
/// zones work, see https://api.dart.dev/stable/dart-async/Zone-class.html.
class AppContext {
AppContext._(
this._parent,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment