angulardart / angular

Fast and productive web framework provided by Dart
https://pub.dev/packages/angular
MIT License
1.83k stars 233 forks source link

Api Reference links are broken #1966

Open arcra opened 3 years ago

arcra commented 3 years ago

I was searching for documentation for the Component class, and ran into several broken links.

From this page: https://angulardart.dev/api, clicking on any of those libraries, returns a 404. Removing the version from the url redirects to "/latest", which seems to work.

Then once I managed to find the API reference for angular, here: https://pub.dev/documentation/angular/latest/angular/angular-library.html, clicking on "Component" also gives a 404 error (I randomly tried several others, a few seemed to work, but several had the same issue).