Skip to content

Commit

Permalink
Fix a broken link on js-interop page (dart-lang#4687)
Browse files Browse the repository at this point in the history
Fixed a broken link to the `dart2wasm` instructions.

This fixes dart-lang#4685

---------

Co-authored-by: Parker Lougheed <parlough@gmail.com>
  • Loading branch information
2 people authored and rmacnak-google committed Sep 5, 2023
1 parent 754d38b commit 555b5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/js-interop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 555b5e0

Please sign in to comment.