-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong link leading to 404 error #57110
Comments
Summary: Broken link in |
@athomas This also broke existing links from the Dart website. Is it possible to add a wildcard redirect so It seems like |
As a first step, I created https://dart-review.googlesource.com/c/sdk/+/395961 to update the URLs to use the canonical version. Similarly, the Dart website should not use the I believe I can add redirects for |
Thank you!
+1 Marya completed this in dart-lang/site-www@8c650ca. We'll make sure to follow this from now on as well.
That sounds great and would be appreciated, as I imagine there are at least a few other links without an exact version across the internet. |
Load balancer has been updated with the new redirect. The bug will be closed when the CL cleaning up the SDK has landed. |
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
The text was updated successfully, but these errors were encountered: