grpc / grpc-dart

The Dart language implementation of gRPC.
https://pub.dev/packages/grpc
Apache License 2.0
835 stars 256 forks source link

https://pub.dev/documentation/grpc/latest/ API redirects to itself #670

Closed RubenGarcia closed 9 months ago

RubenGarcia commented 9 months ago
At https://pub.dev/documentation/grpc/latest/ clicking on [API reference](https://grpc.io/docs/languages/dart/api) redirects to itself. All ## Repro steps Expected result: A list of classes and documentation about the classes should be provided in web form. Actual result: Redirect to https://pub.dev/documentation/grpc/latest/ with no information about the API
RubenGarcia commented 9 months ago

Also https://[pub.dev/documentation/grpc/latest/example](https://pub.dev/documentation/grpc/latest/example) is a broken link.

mosuem commented 9 months ago

Repro steps

Expected result: A list of classes and documentation about the classes should be provided in web form.

This is because this is the readme page, which contains a link to the API page. So displaying the readme on the API page leads to a no-op link. But this is still WAI, as the page is the API page - or what should it link to instead?

mosuem commented 9 months ago

Also https://[pub.dev/documentation/grpc/latest/example](https://pub.dev/documentation/grpc/latest/example) is a broken link.

Closing in favor of https://github.com/dart-lang/pub-dev/issues/7062