From 555b5e0ca009a780b5f989d200e7608c4b738844 Mon Sep 17 00:00:00 2001 From: "Emmanuel C. Jemeni" Date: Mon, 20 Mar 2023 13:01:04 +0100 Subject: [PATCH] Fix a broken link on js-interop page (#4687) Fixed a broken link to the `dart2wasm` instructions. This fixes #4685 --------- Co-authored-by: Parker Lougheed --- src/web/js-interop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/js-interop.md b/src/web/js-interop.md index be6892a2e8..107d4881b2 100644 --- a/src/web/js-interop.md +++ b/src/web/js-interop.md @@ -60,7 +60,7 @@ expected to work across compilers for JS interop. * Dart SDK constraint: `>= 2.19` * [`package:js`][] constraint: `>= 0.6.6` -[`dart2wasm`]: https://github.com/dart-lang/sdk/blob/main/pkg/dart2wasm/dart2wasm.md#running-dart2wasm +[`dart2wasm`]: https://github.com/dart-lang/sdk/blob/main/pkg/dart2wasm#running-dart2wasm [Dart 3]: https://medium.com/dartlang/dart-3-alpha-f1458fb9d232 [`package:js`]: {{site.pub-pkg}}/js