Skip to content

Commit 5f96446

Browse files
Merge branch 'main' into analysis-contexts
2 parents 221b800 + 659c507 commit 5f96446

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/content/interop/js-interop/past-js-interop.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ TODO: add links (with stable) when ready:
106106
TODO: Link to `package:web` section
107107
{% endcomment %}
108108

109-
[`dart:js_interop`]: {{site.dart-api}}/dart-js_interop
110-
[`dart:html`]: {{site.dart-api}}/dart-html
109+
[`dart:js_interop`]: {{site.dart-api}}/dart-js_interop/dart-js_interop-library.html
110+
[`dart:html`]: {{site.dart-api}}/dart-html/dart-html-library.html
111111
[`package:web`]: /interop/js-interop/package-web
112-
[`dart:js`]: {{site.dart-api}}/dart-js
112+
[`dart:js`]: {{site.dart-api}}/dart-js/dart-js-library.html
113113
[`object wrapper`]: {{site.dart-api}}/dart-js/JsObject-class.html
114114
[`allowInterop`]: {{site.dart-api}}/dart-js_util/allowInterop.html
115115
[`package:js`]: {{site.pub-pkg}}/js
@@ -118,7 +118,7 @@ TODO: Link to `package:web` section
118118
[tutorial on mocking]: /interop/js-interop/mock
119119
[`@anonymous`]: {{site.repo.dart.sdk}}/blob/main/sdk/lib/js/_js_annotations.dart#L40
120120
[`@staticInterop`]: {{site.repo.dart.sdk}}/blob/main/sdk/lib/js/_js_annotations.dart#L48
121-
[`dart:js_util`]: {{site.dart-api}}/dart-js_util
121+
[`dart:js_util`]: {{site.dart-api}}/dart-js_util/dart-js_util-library.html
122122
[`Function.toJS`]: {{site.dart-api}}/dart-js_interop/FunctionToJSExportedDartFunction/toJS.html
123-
[`dart:js_interop_unsafe`]: {{site.dart-api}}/dart-js_interop_unsafe
123+
[`dart:js_interop_unsafe`]: {{site.dart-api}}/dart-js_interop_unsafe/dart-js_interop_unsafe-library.html
124124
[Wasm]: /web/wasm

src/content/interop/js-interop/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ TODO: Some of these are not available on stable. How do we link to dev?
487487
[`@JSExport`]: {{site.dart-api}}/dart-js_interop/JSExport-class.html
488488
[`createJSInteropWrapper`]: {{site.dart-api}}/dart-js_interop/createJSInteropWrapper.html
489489
[mocking tutorial]: /interop/js-interop/mock
490-
[`dart:js_interop`]: {{site.dart-api}}/dart-js_interop
490+
[`dart:js_interop`]: {{site.dart-api}}/dart-js_interop/dart-js_interop-library.html
491491
[`globalContext`]: {{site.dart-api}}/dart-js_interop/globalContext.html
492492
[Helpers to inspect the type of JS values]: {{site.dart-api}}/dart-js_interop/JSAnyUtilityExtension.html
493493
[`dartify`]: {{site.dart-api}}/dart-js_interop/JSAnyUtilityExtension/dartify.html

src/content/language/built-in-types.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ and is also where you'll find `abs()`,` ceil()`,
8787
and `floor()`, among other methods.
8888
(Bitwise operators, such as \>\>, are defined in the `int` class.)
8989
If num and its subtypes don't have what you're looking for, the
90-
[dart:math][] library might.
90+
[`dart:math`][] library might.
9191

9292
Integers are numbers without a decimal point. Here are some examples of
9393
defining integer literals:
@@ -425,7 +425,7 @@ Symbol literals are compile-time constants.
425425
[`int`]: {{site.dart-api}}/dart-core/int-class.html
426426
[`double`]: {{site.dart-api}}/dart-core/double-class.html
427427
[`num`]: {{site.dart-api}}/dart-core/num-class.html
428-
[dart:math]: {{site.dart-api}}/dart-math
428+
[`dart:math`]: {{site.dart-api}}/dart-math/dart-math-library.html
429429
[bitwise and shift operator]: /language/operators#bitwise-and-shift-operators
430430
[dart-numbers]: /guides/language/numbers
431431
[runes]: {{site.dart-api}}/dart-core/Runes-class.html

src/content/resources/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,5 +352,5 @@ either of those lists results in a runtime exception.
352352
[dart analyze]: /tools/dart-analyze
353353
[webdev]: /tools/webdev
354354

355-
[dart-mirror]: {{site.dart-api}}/dart-mirrors
355+
[dart-mirror]: {{site.dart-api}}/dart-mirrors/dart-mirrors-library.html
356356
[pub-cmd]: /tools/pub/cmd

0 commit comments

Comments
 (0)