You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first two API docs links on the async page (Future and Stream) lead to something that looks like this:
The url shows api.dart.dev/stable/dart-async/Stream-class.html
Visiting those pages by following the links directly from api.dart.dev doesn't have any problems, and the link is different: api.dart.dev/dart-async/Stream-class.html, no /stable.
I'm guessing this isn't the only page with issues, I'll check more.
Expected fix
I think the links to api docs on the site need to be adjusted for recent updates to the api docs site.
On which platform(s) did you experience this issue?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
You can find them at line 151, 355 and 358.
The first two lead to a 404 page, the last one already leads to the right page through a redirect but the /stable part of the link probably needs to be removed too.
Describe the problem
The first two API docs links on the async page (
Future
andStream
) lead to something that looks like this:The url shows
api.dart.dev/stable/dart-async/Stream-class.html
Visiting those pages by following the links directly from api.dart.dev doesn't have any problems, and the link is different:
api.dart.dev/dart-async/Stream-class.html
, no/stable
.I'm guessing this isn't the only page with issues, I'll check more.
Expected fix
I think the links to api docs on the site need to be adjusted for recent updates to the api docs site.
On which platform(s) did you experience this issue?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: