dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.25k stars 1.58k forks source link

Wrong link leading to 404 error #57110

Open jbcormoreche opened 5 hours ago

jbcormoreche commented 5 hours ago

There's a link (https://api.dart.dev/stable/dart-core/Map-class.html) in a comment of the file html_dart2js.dart that leads to a 404 error.

The correct link is: https://api.dart.dev/dart-core/Map-class.html

It can found at line 30136 here: https://github.com/dart-lang/sdk/blob/main/sdk/lib/html/dart2js/html_dart2js.dart

dart-github-bot commented 5 hours ago

Summary: Broken link in html_dart2js.dart (line 30136) points to a non-existent Dart API page; correct link omits "stable/".