diff --git a/src/content/libraries/dart-html.md b/src/content/libraries/dart-html.md index 9f411e31d2..552482c188 100644 --- a/src/content/libraries/dart-html.md +++ b/src/content/libraries/dart-html.md @@ -34,6 +34,7 @@ To use the HTML library in your web app, import dart:html: import 'dart:html'; ``` +[`dart:js_interop`]: /interop/js-interop [`package:web`]: {{site.pub-pkg}}/web [Migrate to package:web]: /interop/js-interop/package-web @@ -447,7 +448,6 @@ Dart has additional libraries for more specialized web APIs, such as For more information about Dart web libraries, see the [web library overview.][web library overview] -[`dart:js_interop`]: /interop/js-interop [AnchorElement]: {{site.dart-api}}/dart-html/AnchorElement-class.html [dart:html]: {{site.dart-api}}/dart-html/dart-html-library.html [Fetch data from the internet]: /tutorials/server/fetch-data diff --git a/src/content/libraries/index.md b/src/content/libraries/index.md index 64858ba0e2..a268bf7aa7 100644 --- a/src/content/libraries/index.md +++ b/src/content/libraries/index.md @@ -48,7 +48,7 @@ consult the [Dart API reference.][Dart API] [dart:js_interop](/interop/js-interop) : APIs for interop with the web platform. - `dart:js_interop` replaces `dart:html`. + Along with `package:web`,`dart:js_interop` replaces `dart:html`. As mentioned, these pages are just an overview;